aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore45
1 files changed, 45 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..235ae8b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,45 @@
+# Compiled Object files
+*.slo
+*.lo
+*.o
+
+# Compiled Dynamic libraries
+*.so
+*.dylib
+
+# Compiled Static libraries
+*.lai
+*.la
+*.a
+
+# Temp files
+.*.sw?
+.sw?
+.hg
+*.d
+
+# Compiled Lua Files
+*.lc
+
+# Generated Documentation
+/html/
+/man/
+/latex/
+/userdoc.*
+
+# test and temp files
+test*
+*.pyc
+*.swp
+*.swo
+/log
+/ld
+
+# Executable
+CMakeCache.txt
+CMakeFiles
+cmake_install.cmake
+install_manifest.txt
+Makefile
+!/Makefile
+*-prefix