Extended .gitignore

pull/75/head
Alexander Afanasyev 2015-12-07 10:11:57 -08:00
parent 7b9878509b
commit 8188e60ea6
1 changed files with 5 additions and 0 deletions

5
.gitignore vendored
View File

@ -82,6 +82,7 @@ x64/
build/ build/
[Bb]in/ [Bb]in/
[Oo]bj/ [Oo]bj/
[Ll]ibs/
# MSTest test Results # MSTest test Results
[Tt]est[Rr]esult*/ [Tt]est[Rr]esult*/
@ -92,6 +93,7 @@ build/
*.ilk *.ilk
*.meta *.meta
*.obj *.obj
*.o
*.pch *.pch
*.pdb *.pdb
*.pgc *.pgc
@ -110,6 +112,8 @@ build/
*.pidb *.pidb
*.log *.log
*.scc *.scc
*.exe
*.a
# Visual C++ cache files # Visual C++ cache files
ipch/ ipch/
@ -249,3 +253,4 @@ pip-log.txt
#Mr Developer #Mr Developer
.mr.developer.cfg .mr.developer.cfg