summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorTushar Gohad <tushar.gohad@intel.com>2014-07-05 13:18:49 -0700
committerTushar Gohad <tushar.gohad@intel.com>2014-07-05 13:24:03 -0700
commit298c8454cb43e70fe75333afa2e2772f68a3a03c (patch)
treedf977c8906034e8da3396718bc615cc356fca865 /.gitignore
parent1e8e83c56b8a77cacea26e493fbb13bc7fd5da13 (diff)
downloadliberasurecode-298c8454cb43e70fe75333afa2e2772f68a3a03c.tar.gz
Add .gitignore
Signed-off-by: Tushar Gohad <tushar.gohad@intel.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore31
1 files changed, 31 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..7d9d6e6
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,31 @@
+# Object files
+*.o
+*.ko
+*.obj
+*.elf
+
+# Libraries
+*.lib
+*.a
+*.la
+*.lo
+
+# Shared objects (inc. Windows DLLs)
+*.dll
+*.so
+*.so.*
+*.dylib
+
+# Executables
+*.exe
+*.out
+*.app
+*.i*86
+*.x86_64
+*.hex
+
+# pkgconfig files
+*.pc
+
+# cscope files
+cscope.*out