diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-05-20 17:11:49 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-05-20 17:11:49 +0300 |
commit | ea4ad34e4ef65792df8103a0793bed5a38220e58 (patch) | |
tree | d73c4cff0a5ff29a448a6de076858809c97c0913 /.gitignore | |
parent | 65050e0603aa5fc958b7621d2c0846f1f594aab3 (diff) |
Add *.ii to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ # Compiler/linker output. # *.d +*.ii *.o *.obj *.so |