diff options
author | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-08-09 23:52:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-09 23:52:49 +0100 |
commit | 11082180b703f1aec6915c0635b144e5c692d2f0 (patch) | |
tree | 14d16131bfe6c189c548a989ebd9f6d2fca8a0ff | |
parent | c406d0b7a7d75793f88a0e560a694b4c4e18a48c (diff) | |
parent | fe0f10f6b42d8bad08b17e38917209a81619e3b6 (diff) | |
download | Nim-11082180b703f1aec6915c0635b144e5c692d2f0.tar.gz |
Merge pull request #6204 from couven92/gitignore
Added Windows and VCC build artifacts to gitignore
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 50fa9a431..5476e173f 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,10 @@ dnimcache/ *.o !/icons/*.o +*.obj +*.ilk +*.pdb +*.dll *.exe *.so *.dylib |