aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore12
1 files changed, 11 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 3b9998d..9cebf76 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,9 +1,19 @@
# Compiler/linker output.
#
+*.d
*.o
-*.o.d
+*.obj
*.so
+*.dll
*.a
+*.lib
+*.exp
+*.exe
+*.exe.dlls/
+*.exe.manifest
+
+# Old build system output.
+#
*.l
*.l.cpp-options