[SV 45515] Ignore Windows-specific build artifacts

* .gitignore: Ignore *.exe, *.dll.a, *.lib, *pdb, and a few more MSVC
specific artifacts.
Suggested by James Johnston <johnstonj.public@codenest.com>
This commit is contained in:
Eli Zaretskii 2015-07-10 09:50:27 +03:00
parent a80a8b8a10
commit 7e849f3b81

6
.gitignore vendored
View file

@ -27,6 +27,12 @@ gmk-default.h
loadavg
make
*.o
*.exe
*.dll.a
*.obj
*.lib
*.pdb
*.sbr
# Distribution artifacts
.dep_segment