aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorVictor Häggqvist <[email protected]>2014-01-23 04:01:46 -0800
committerVictor Häggqvist <[email protected]>2014-01-23 04:01:46 -0800
commitedd9e6670a145e3f41f34c4c6c1cfee44f61a2c7 (patch)
tree1e69fbb39a78ca9005ace9cef027f583e3ae23bc /.gitignore
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore18
1 files changed, 18 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..9fa3b1b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,18 @@
+# Object files
+*.o
+*.ko
+
+# Libraries
+*.lib
+*.a
+
+# Shared objects (inc. Windows DLLs)
+*.dll
+*.so
+*.so.*
+*.dylib
+
+# Executables
+*.exe
+*.out
+*.app