diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-05-20 17:39:04 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-05-20 17:39:04 +0300 |
commit | 28cc6848328556402e28917cb35c4e88a9a64248 (patch) | |
tree | a19a6578d55dee32cc90ede6c78d6333388210f9 | |
parent | 2589a15cdf0003c901497bedc06f4b0aee80bf14 (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 |