summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMichael Gielda <mgielda@antmicro.com>2014-04-03 04:38:14 -0700
committerMichael Gielda <mgielda@antmicro.com>2014-04-03 04:38:14 -0700
commitc4594c7a3e9b3297c57f63b4a1ee65f39840fa63 (patch)
treeaa3917eba29891917480cff458c9b1718ffadc3f /.gitignore
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore23
1 files changed, 23 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..4d40434
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,23 @@
+# Object files
+*.o
+*.ko
+*.obj
+*.elf
+
+# Libraries
+*.lib
+*.a
+
+# Shared objects (inc. Windows DLLs)
+*.dll
+*.so
+*.so.*
+*.dylib
+
+# Executables
+*.exe
+*.out
+*.app
+*.i*86
+*.x86_64
+*.hex