summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.gitignore50
1 files changed, 47 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 0c474fa5..5884e998 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,47 @@
-*.out
-*.exe
-stuff/*
+# Folders
+stuff/*
+benchmarks/external/*
+
+# Prerequisites
+*.d
+
+# Object files
+*.o
+*.ko
+*.obj
+*.elf
+
+# Linker output
+*.ilk
+*.map
+*.exp
+
+# 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
+*.idb
+*.pdb