We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d01c086 commit 76ba08eCopy full SHA for 76ba08e
.gitignore
@@ -1,7 +1,4 @@
1
# folders
2
-VS2010/Debug/
3
-VS2010/ipch
4
-VS2015/
5
mackore/KoreNLPXC/KoreNLPXC.xcodeproj/xcuserdata/
6
mackore/KoreNLPXC/KoreNLPXC.xcodeproj/project.xcworkspace/xcuserdata/
7
@@ -32,6 +29,12 @@ BINARIES/chatscript_Debug_v140.exe
32
29
*.user
33
30
*.suo
34
31
+# ignore local user settings for Visual Studio 2015/2017
+VS2015/.vs/
+VS2015/Debug/
35
+VS2017/.vs/
36
+VS2017/Debug/
37
+
38
# specific files
39
private/KORA/TESTS/regress-qabots-result*.txt
40
private/KORA/TESTS/*.swp
0 commit comments