summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2013-05-19 19:37:08 +0200
committerFlorian Jung <flo@windfisch.org>2013-05-19 19:37:08 +0200
commit11c1457dc3859f50680979ab86b243a8feb5eab7 (patch)
tree24872d6c2ba05de00312d1932e85444b60fdd250 /.gitignore
parent1fde061dad4964b75d1f0be40a230a591e1578c6 (diff)
parent9b90d1ab3335280bcdc4b0dbdf16092c20c3ed94 (diff)
Merge branch 'master' of github.com:WindFish/midirip
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore17
1 files changed, 17 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..0331bbb
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,17 @@
+# Object files
+*.o
+
+# Libraries
+*.lib
+*.a
+
+# Shared objects (inc. Windows DLLs)
+*.dll
+*.so
+*.so.*
+*.dylib
+
+# Executables
+*.exe
+*.out
+*.app