diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-05-20 17:45:21 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-05-20 17:45:21 +0300 |
commit | d01b5f3a9f82ccec23b9551b3c40c99a7a4060fa (patch) | |
tree | 4e5539761f295944f65522ba8a7616cd62950b69 /.gitignore | |
parent | aeed12c793dc2138bcdcb4be1bf8de65dc74887c (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 |