Add some Visual Studio specific files to the list of ignored files.
Following local files: VS 2010 user specific settings (*.vcxproj.user ) VS 2012+ solution user options (*.suo) should be ignored in commits by default. Closes #16920.
This commit is contained in:
parent
a1fe2f920b
commit
9a69377d3e
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -46,6 +46,7 @@
|
||||||
/build/msw/*c*_mswhdll
|
/build/msw/*c*_mswhdll
|
||||||
/build/msw/*c*_mswuhdll
|
/build/msw/*c*_mswuhdll
|
||||||
/build/msw/*.vcproj.*.user
|
/build/msw/*.vcproj.*.user
|
||||||
|
/build/msw/*.vcxproj.user
|
||||||
/build/msw/vc*_mswud
|
/build/msw/vc*_mswud
|
||||||
/build/msw/wx_vc8arm_*.vcproj
|
/build/msw/wx_vc8arm_*.vcproj
|
||||||
/build/msw/wx_vc8arm.sln
|
/build/msw/wx_vc8arm.sln
|
||||||
|
|
@ -56,6 +57,7 @@
|
||||||
/build/msw/ipch
|
/build/msw/ipch
|
||||||
/build/msw/wx_vc12.opensdf
|
/build/msw/wx_vc12.opensdf
|
||||||
/build/msw/wx_vc12.sdf
|
/build/msw/wx_vc12.sdf
|
||||||
|
/build/msw/*.suo
|
||||||
|
|
||||||
# /build/wince/
|
# /build/wince/
|
||||||
/build/wince/vc_msw
|
/build/wince/vc_msw
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue