summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-03-06 00:53:54 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-03-06 00:53:54 +0300
commitd61f7ec30b29b7de2cdbea8810e950b9dfb39778 (patch)
tree0f36721a7c9f0cf259dba4c8bf1ac9ad1bdce84b
parent0058c326d4d73b80b20442ad8b0494ed0f21012c (diff)
Add missing wildcards to .gitignore
-rw-r--r--hello0/.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/hello0/.gitignore b/hello0/.gitignore
index 8a93488..d2bf469 100644
--- a/hello0/.gitignore
+++ b/hello0/.gitignore
@@ -1,6 +1,8 @@
# Compiler/linker output.
#
*.d
+*.t
+*.i
*.ii
*.o
*.obj
@@ -9,6 +11,8 @@
*.a
*.lib
*.exp
+*.pdb
+*.ilk
*.exe
*.exe.dlls/
*.exe.manifest