-
Notifications
You must be signed in to change notification settings - Fork 675
Expand file tree
/
Copy path.gitignore
More file actions
102 lines (85 loc) · 1.23 KB
/
.gitignore
File metadata and controls
102 lines (85 loc) · 1.23 KB
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
*.[oa]
*.exe
*~
__pycache__
*.h5
*.log
*.cbp
tmp*.txt
cpp/write
cpp/runtests
cpp/example
cpp/gtp
cpp/gtp.log
cpp/match
cpp/matchcuda
cpp/matchtensorflow
cpp/match.log
cpp/main
cpp/maincuda
cpp/mainopencl
cpp/katago
cpp/configs
cpp/evalsgf
cpp/run*.sh
cpp/tests/scratch
cpp/program/gitinfo.h
cpp/tests/results/matchsgfs/games.sgfs
cpp/tests/results/matchsgfs2/games.sgfs
cpp/data/
versions/
cpp/build
cpp/out
export_model_cuda.sh
mixmodels.sh
runfindposes.sh
runtraining.sh
runlztest*.sh
python/upload_all*.sh
python/count_all*.sh
tmp
tmp.txt
test.txt
cpp/tmp
out.txt
# For clion IDE
.idea
# For vscode
.vscode
# For VS
.vs
cpp/CMakeSettings.json
# For cmake
CMakeCache.txt
CMakeFiles/
Makefile
cmake_install.cmake
.DS_Store
GPATH
GRTAGS
GTAGS
# For Xcode
xcuserdata/
DerivedData/
*.plist
# For KataGo-iOS
ios/KataGo\ iOS/Resources/*.bin.gz
ios/KataGo\ iOS/Resources/*.mlpackage
# misc
cpp/external/httplib/cpp-httplib/
cpp/external/nlohmann_json/nlohmann_json
gtp.cfg
katago_contribute/
tmpsgf/
watchgame.txt
models/
python/startposesupload.txt
for_release/
tests/results/matchsgfs/
tests/results/matchsgfs2/
# For Metal Backend
cpp/.ninja_deps
cpp/.ninja_log
cpp/build.ninja
cpp/KataGoSwift.*
cpp/include/KataGoSwift/KataGoSwift-swift.h