Skip to content

Commit

Permalink
Remove *.dsw from the list of ignored patterns
Browse files Browse the repository at this point in the history
We don't have MSVC6 workspace files any more, there is no need to ignore them.
  • Loading branch information
vadz committed Feb 5, 2016
1 parent 0095e80 commit 89669e5
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@

# /demos/
/demos/*/*.sln
/demos/*/*.dsw
/demos/*/vc_msw
/demos/*/vc_msw_x64
/demos/*/vc_mswd
Expand Down Expand Up @@ -239,7 +238,6 @@
/misc/config.log
/misc/linux-gnu.system.cache
/misc/*.dsp
/misc/*.dsw
/misc/*.plg
/misc/*.opt
/misc/*.aps
Expand All @@ -262,7 +260,6 @@

# /samples/
/samples/**/*.sln
/samples/**/*.dsw
/samples/**/vc_msw
/samples/**/vc_msw_x64
/samples/**/vc_mswd
Expand Down Expand Up @@ -358,7 +355,6 @@

# /tests/
/tests/*.sln
/tests/*.dsw
/tests/vc_msw
/tests/vc_msw_x64
/tests/vc_mswd
Expand Down Expand Up @@ -391,15 +387,13 @@
/tests/vc_mswunivudll_x64
/tests/vc_mswunivuddll
/tests/vc_mswunivuddll_x64
/tests/test_test.dsw
/tests/test.opt
/tests/test.sln
/tests/test.suo
/tests/test_test.vcproj

# /tests/benchmarks/
/tests/benchmarks/*.sln
/tests/benchmarks/*.dsw

# /utils/
/utils/**/vc_mswu
Expand All @@ -413,15 +407,12 @@

# /utils/emulator/src/
/utils/emulator/src/*.sln
/utils/emulator/src/*.dsw

# /utils/helpview/src/
/utils/helpview/src/*.sln
/utils/helpview/src/*.dsw

# /utils/hhp2cached/
/utils/hhp2cached/*.sln
/utils/hhp2cached/*.dsw
/utils/hhp2cached/HHP2CachedM*Data
/utils/hhp2cached/*Classic?Debug*
/utils/hhp2cached/*Classic?Release*
Expand All @@ -430,4 +421,3 @@

# /utils/wxrc/
/utils/wxrc/*.sln
/utils/wxrc/*.dsw

0 comments on commit 89669e5

Please sign in to comment.