Skip to content

Commit 99fe140

Browse files
committed
ignore VS solution files
1 parent a1e1dfa commit 99fe140

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

.gitignore

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,39 @@ build_gcc/
1414
build/
1515
bin/
1616
doc/
17+
*/vcpkg/
18+
*/vcpkg_installed/
19+
*/Release/
20+
*/Debug/
21+
22+
*.sln
23+
*.vcxproj
24+
*.vcxproj.filters
1725

1826
*.suo
1927
*.VC.db
2028
*.VC.opendb
2129
*.json
2230
*.sqlite
2331
*.ipch
32+
*.pch
2433
*.db-shm
2534
*.db-wal
2635
*.user
2736
/.idea/
2837
.vscode/*
29-
.cache
30-
.DS_Store
38+
*.cache
39+
*.DS_Store
40+
*.pdb
41+
*.ipdb
42+
*.iobj
43+
*.ilk
44+
*.obj
45+
*.log
46+
*.tlog
47+
*.recipe
48+
*.res
49+
*.FileListAbsolute.txt
3150

3251
# Visual Studio 2015/2017 cache/options directory
3352
.vs/

0 commit comments

Comments
 (0)