diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-05-20 17:48:16 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-05-20 17:48:16 +0300 |
commit | af80a28de594dd7b69806c412c50de5af74ff5c6 (patch) | |
tree | b46f8fb18aa2937ec96107ca1ff5bab9cf142e0b | |
parent | e756726fa013b9b10c34afbdaee6e34796ec8548 (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 |