summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorGaspar Fernández <gasparfm@users.noreply.github.com>2016-08-12 01:24:53 +0200
committerGaspar Fernández <gasparfm@users.noreply.github.com>2016-08-12 01:24:53 +0200
commitf5932870164b72d2a67352495f3062f31f1fc5fd (patch)
tree0ca285231f1e4d11aff57e7bb7e1076470b012e3 /.gitignore
downloaddwgo-f5932870164b72d2a67352495f3062f31f1fc5fd.tar.gz
dwgo-f5932870164b72d2a67352495f3062f31f1fc5fd.tar.bz2
dwgo-f5932870164b72d2a67352495f3062f31f1fc5fd.zip
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore29
1 files changed, 29 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..4581ef2
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,29 @@
+# Compiled Object files
+*.slo
+*.lo
+*.o
+*.obj
+
+# Precompiled Headers
+*.gch
+*.pch
+
+# Compiled Dynamic libraries
+*.so
+*.dylib
+*.dll
+
+# Fortran module files
+*.mod
+*.smod
+
+# Compiled Static libraries
+*.lai
+*.la
+*.a
+*.lib
+
+# Executables
+*.exe
+*.out
+*.app