diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-05-20 17:27:09 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-05-20 17:27:09 +0300 |
commit | f48f05993de5456f325141a0193c5e8f08feeecb (patch) | |
tree | b221671c0cf03813e048ef7d5cb28159c2d750ba | |
parent | 811feb240cf02ed264003c72cf0aa2e31edf7c78 (diff) |
Add *.ii 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 |