Skip to content

Commit 76ba08e

Browse files
author
Chris Maeda
committed
Update .gitignore for VS2015 and VS2017
1 parent d01c086 commit 76ba08e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.gitignore

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
# folders
2-
VS2010/Debug/
3-
VS2010/ipch
4-
VS2015/
52
mackore/KoreNLPXC/KoreNLPXC.xcodeproj/xcuserdata/
63
mackore/KoreNLPXC/KoreNLPXC.xcodeproj/project.xcworkspace/xcuserdata/
74

@@ -32,6 +29,12 @@ BINARIES/chatscript_Debug_v140.exe
3229
*.user
3330
*.suo
3431

32+
# ignore local user settings for Visual Studio 2015/2017
33+
VS2015/.vs/
34+
VS2015/Debug/
35+
VS2017/.vs/
36+
VS2017/Debug/
37+
3538
# specific files
3639
private/KORA/TESTS/regress-qabots-result*.txt
3740
private/KORA/TESTS/*.swp

0 commit comments

Comments
 (0)