diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-05-20 17:33:51 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-05-20 17:33:51 +0300 |
commit | 86f4323dcc2b0145f6ff661bcf572ea2038af3d0 (patch) | |
tree | ab594a956831a0b6e0f71b4f78d5e09c071479cc /.gitignore | |
parent | bda6878ea3b9cb8bdb2d4e2fc96fc98ca84f04d4 (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 |