diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-05-20 17:18:37 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-05-20 17:18:37 +0300 |
commit | 912fbc4de72b8efbae5d49c502aad197177f03bf (patch) | |
tree | 4b3cc967e4e25fe2b3dbbdf923696e7be78e76b1 /.gitignore | |
parent | 1879ffdb957b5c8e92d2bcc377c93ce2778f08c5 (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 |