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

1
.gitignore vendored
View File

@ -21,6 +21,7 @@ Thumbs.db
[Bb]in
[Dd]ebug*/
*.lib
*.a
*.sbr
obj/
[Rr]elease*/

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