Update C++.gitignore
Added extra extensions that must be ignored when a C++ project is created in VS.
This commit is contained in:
parent
4488915eec
commit
622b7505f7
@ -30,3 +30,12 @@
|
||||
*.exe
|
||||
*.out
|
||||
*.app
|
||||
|
||||
# Visual C++ cache files
|
||||
ipch/
|
||||
*.aps
|
||||
*.ncb
|
||||
*.opendb
|
||||
*.opensdf
|
||||
*.sdf
|
||||
*.cachefile
|
||||
|
Loading…
Reference in New Issue
Block a user