forked from cutechess/cutechess
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
85 lines (70 loc) · 1.06 KB
/
.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
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
# main executables
projects/gui/cutechess
projects/cli/cutechess-cli
Cute Chess.app/
cutechess.exe
cutechess-cli.exe
# test executables
tst_board
tst_gtb
tst_sprt
tst_mersenne
tst_polyglotbook
tst_tournamentpair
tst_tournamentplayer
tst_tb
tst_pipereader
tst_jsonparser
tst_jsonserializer
target_wrapper.sh
# tool executables
tagtrimmer
# libraries
*.so
*.so.*
*.dylib
*.dll
*.lib
# qmake generated Makefile
Makefile
# doxygen generated api documents
docs/api/html/
# generated documentation files
docs/*.html
docs/*.txt
# temporary directories used by qmake and compiler
.rcc/
.moc/
.obj/
# other temporary files
*~
*.a
ui_*.h
.qmake.stash
# files created by MinGW
*.Debug
*.Release
# files created by KDevelop
Doxyfile
*.kdevelop
*.kdevelop.pcs
*.kdevses
# files created by Qt Creator
*.pro.user*
qtc-gdbmacros/
# files created by Mac OS X
.DS_Store
# files created by MSVC
*.exe.embed.manifest
*.dll.embed.manifest
*.exe_manifest.rc
*.dll_manifest.rc
*.exe_manifest.res
*.dll_manifest.res
*.ilk
*.pdb
*.exp
# object files
*.o
# Installation packages
dist/linux/package