diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-05-20 17:53:27 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-05-20 17:53:27 +0300 |
commit | 01172021351ebf1d56875f4e7d04eb845964931e (patch) | |
tree | c79856c7aa5603655bd36d9ea17f06841e397415 | |
parent | 5358c9fbc25f9e587be82bf5a12e5c4007fd2a1f (diff) |
Add *.ii to .gitignore
-rw-r--r-- | msvc-common/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/msvc-common/.gitignore b/msvc-common/.gitignore index f418db3..fd4e537 100644 --- a/msvc-common/.gitignore +++ b/msvc-common/.gitignore @@ -2,5 +2,6 @@ # msvc-filter *.d +*.ii *.o version.hxx |