diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-05-20 17:25:28 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-05-20 17:25:28 +0300 |
commit | bc00b696dbe914b60199039ed56c96d5072bbfba (patch) | |
tree | 0116921c0e0a948b77d8518c8860eee972dbd214 | |
parent | 48eca55918360bc5efe115833f2b17ad9bd4cd83 (diff) |
Add *.i and *.ii to .gitignore
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ # Compiler/linker output. # *.d +*.i +*.ii *.o *.obj *.so |