Merge pull request #1087 from cxd4/gitignore-static-libs
Do not track static library output from pre-link components.
This commit is contained in:
commit
493257b949
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue