Skip to content

Commit 1d5f2d9

Browse files
committed
add Visual files to main .gitignore
it's better to keep then in the main .gitignore thus, it applies to all folders also remove Gem.suo which is a Visual Solution User Options file rebuilt each time the solution is opened
1 parent c771715 commit 1d5f2d9

File tree

3 files changed

+17
-55
lines changed

3 files changed

+17
-55
lines changed

.gitignore

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,20 @@ Makefile
4545
!build/autoconf/Makefile
4646
## OSX-byproducts
4747
.DS_Store
48+
49+
# Microsoft Visual C++ Auto-generanted files and folders #
50+
##########################################################
51+
ReleaseDummy/
52+
Release/
53+
Debug/
54+
ipch/
55+
_UpgradeReport_Files/
56+
obj/
57+
*.user
58+
*.opensdf
59+
*.sdf
60+
*.exp
61+
*.lib
62+
*.obj
63+
*.tlog
64+
*.suo

build/win-vce2010/.gitignore

Lines changed: 0 additions & 55 deletions
This file was deleted.

build/win-vce2010/Gem.suo

-27.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)