forked from ChatScript/ChatScript
-
Notifications
You must be signed in to change notification settings - Fork 6
/
.gitignore
60 lines (54 loc) · 955 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# folders
mackore/KoreNLPXC/KoreNLPXC.xcodeproj/xcuserdata/
mackore/KoreNLPXC/KoreNLPXC.xcodeproj/project.xcworkspace/xcuserdata/
# file types in folder
TMP/**/*.txt
TMP/**/*.bin
USERS/**/*.txt
LOGS/**/*.txt
VERIFY/**/*.txt
bwregress/**/*
extraSRC/**/*
jaregressiontests/**/*
jaresponsetests/**/*
mackore/**/*
private/**/*
privatecode/**/*
rawdict/**/*
reader/**/*
treetagger/**/*
# ignore so it does not get committed by mistake on windows
BINARIES/MacChatScript
BINARIES/ChatScripttt.exe
BINARIES/chatscript_Debug_v140.exe
BINARIES/libtreetagger.a
BINARIES/treetagger.dll
BINARIES/treetagger.lib
# file types
*.bak
*.DS_Store
*.db
*.idb
*.ilk
*.lnk
*.log
*.o
*.obj
*.pdb
*.sdf
*.tlog
*.user
# ignore local user settings for Visual Studio 2015/2017
VS2015/.vs/
VS2015/Debug/
VS2017/.vs/
VS2017/Debug/
# specific files
private/KORA/TESTS/regress-qabots-result*.txt
private/KORA/TESTS/*.swp
# force keep
!DICT/ENGLISH/
!TMP/
!LOGS/
!USERS/
!LIVEDATA/