Add exe, dll to .gitignore

This commit is contained in:
Linquize 2014-12-03 17:00:46 +08:00
parent c2384052e3
commit 4579a44617
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -112,6 +112,8 @@ Makefile.config
*.a
*.o
*.so
*.dll
*.exe
*.dep
*~
*.pc