ignore *.a

This commit is contained in:
qPCR4vir 2015-02-27 19:50:25 +01:00
parent c2cb89f024
commit f25fcade08
2 changed files with 3 additions and 1 deletions

3
.gitignore vendored
View File

@ -21,10 +21,11 @@ Thumbs.db
[Bb]in
[Dd]ebug*/
*.lib
*.a
*.sbr
obj/
[Rr]elease*/
_ReSharper*/
[Tt]est[Rr]esult*
*.suo
*.sdf
*.sdf

1
extrlib/readme (2).txt Normal file
View File

@ -0,0 +1 @@
The libpng.a is for MinGW(Not linux), and other .lib files are for VS2013