Do not track static library output from pre-link components.

This commit is contained in:
2016-05-09 22:16:48 -04:00
parent a7a3bc5097
commit 40e4078d6b
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

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