Update .gitignore with dynlibs

This commit is contained in:
mratsim 2018-02-07 09:43:14 +01:00
parent 3fff3a1721
commit b3bd9d5e01
1 changed files with 6 additions and 1 deletions

7
.gitignore vendored
View File

@ -2,4 +2,9 @@
nimcache/
# Executables shall be put in an ignored build/ directory
build/
build/
# Ignore lib
*.dll
*.so
*.dylib