aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorTaylor C. Richberger <Taywee@gmx.com>2016-04-27 15:24:26 -0600
committerTaylor C. Richberger <Taywee@gmx.com>2016-04-27 15:24:26 -0600
commit3b7f35e1910c44bab7d5d4ade6640c9dfd2ba407 (patch)
treecad88385cbd301e5fa9b124c832420199e6d0646 /.gitignore
downloadargs.hxx-3b7f35e1910c44bab7d5d4ade6640c9dfd2ba407.tar.xz
initial buildout
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