aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2016-07-30 21:08:26 +0200
committerKatharina Fey <kookie@spacekookie.de>2016-07-30 21:08:26 +0200
commit1337e4a7be1bc6db2bf820b1f5b55764c417b33a (patch)
tree0ae353d70b21d399fa5d372857e58ef3c8ce39c4 /.gitignore
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore33
1 files changed, 33 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..f805e81
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,33 @@
+# Object files
+*.o
+*.ko
+*.obj
+*.elf
+
+# Precompiled Headers
+*.gch
+*.pch
+
+# Libraries
+*.lib
+*.a
+*.la
+*.lo
+
+# Shared objects (inc. Windows DLLs)
+*.dll
+*.so
+*.so.*
+*.dylib
+
+# Executables
+*.exe
+*.out
+*.app
+*.i*86
+*.x86_64
+*.hex
+
+# Debug files
+*.dSYM/
+*.su