Extended .gitignore
parent
7b9878509b
commit
8188e60ea6
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue