summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2016-08-30 21:25:26 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2016-08-30 21:25:26 +0300
commitb3c23dd8c214400238011c92739dbaec833551c6 (patch)
treeef4e53c001818500f94f489f8744d95589107d7b /.gitignore
parent8635a180374ce96812f31a88d2e81df0a4cbff53 (diff)
Build infrastructure update
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore12
1 files changed, 10 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 24090f3..2a1dc8f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,15 @@
-*.o
+# Compiler/linker output.
+#
*.d
+*.o
+*.obj
*.so
+*.dll
*.a
-core
+*.lib
+*.exp
+*.exe
+*.exe.dlls/
+*.exe.manifest
hello