summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorWindFish <github@windfisch.org>2013-05-19 10:35:13 -0700
committerWindFish <github@windfisch.org>2013-05-19 10:35:13 -0700
commit9b90d1ab3335280bcdc4b0dbdf16092c20c3ed94 (patch)
tree9d476c87d9a7faef562ea921ae03fee617a977b7 /.gitignore
Initial commit
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