summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-05-20 17:32:31 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-05-20 17:32:31 +0300
commit56fad245fb0ed206564a84ea160dae0d7e295385 (patch)
tree38260ae31f84143ca2aedfb0463f4bc0deed555d
parent17e7584dfbabf01ae14c364a808ff2d8ef90c0f7 (diff)
Add *.ii to .gitignore
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 3947522..a887fdd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
# Compiler/linker output.
#
*.d
+*.ii
*.o
*.obj
*.so