summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore28
1 files changed, 28 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 2aa3441..5388fcd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,31 @@ intermediate/
output/
test/d3d10/win64/
test/gl2/win64/debug/cudart64_55.dll
+# Compiled Object files
+*.slo
+*.lo
+*.o
+*.obj
+
+# Precompiled Headers
+*.gch
+*.pch
+
+# Compiled Dynamic libraries
+*.so
+*.dylib
+*.dll
+
+# Fortran module files
+*.mod
+
+# Compiled Static libraries
+*.lai
+*.la
+*.a
+*.lib
+
+# Executables
+*.exe
+*.out
+*.app