Gitignore *.dllobj files produced by MS toolchain

This commit is contained in:
Ingvar Stepanyan 2020-04-16 11:58:59 +01:00 committed by Eric Biggers
parent e2d1621e42
commit fc2793eeab

1
.gitignore vendored
View File

@ -1,6 +1,7 @@
*.a *.a
*.def *.def
*.dll *.dll
*.dllobj
*.dylib *.dylib
*.exe *.exe
*.exp *.exp