Merge pull request #1087 from cxd4/gitignore-static-libs

Do not track static library output from pre-link components.
This commit is contained in:
zilmar 2016-05-10 12:49:41 +10:00
commit 493257b949
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@ -7,6 +7,10 @@
*.opendb *.opendb
*.VC.db *.VC.db
# static library output (MSVC, GCC--from core components like Common)
*.lib
*.a
# compiler-generated sources (MSVC, GCC) # compiler-generated sources (MSVC, GCC)
*.asm *.asm
*.s *.s