Added VC++ cache database and temporary storage folder when running
This commit is contained in:
parent
7b9f2d9929
commit
3494ff5b39
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -144,7 +144,9 @@ ipch/
|
||||||
*.sdf
|
*.sdf
|
||||||
*.cachefile
|
*.cachefile
|
||||||
*.VC.db
|
*.VC.db
|
||||||
|
*.VC.opendb
|
||||||
*.VC.VC.opendb
|
*.VC.VC.opendb
|
||||||
|
enc_temp_folder/
|
||||||
|
|
||||||
# Visual Studio profiler
|
# Visual Studio profiler
|
||||||
*.psess
|
*.psess
|
||||||
|
|
Loading…
Reference in a new issue