repo.or.cz
/
sloppygui.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Frequently used engine options should appear first
[sloppygui.git]
/
.gitignore
blob
c6ef3818fb7685b5c3ad2b732ac3b83ef0b80aef
1
# main executables
2
cutechess
3
cutechess-cli
4
cutechess.app/
5
cutechess.exe
6
cutechess-cli.exe
7
8
# test executables
9
test_board
10
11
# libraries
12
*.so
13
*.so.*
14
*.dylib
15
*.dll
16
17
# qmake generated Makefile
18
Makefile
19
20
# doxygen generated api documents
21
docs/api/html/
22
23
# temporary directories used by qmake and compiler
24
.rcc/
25
.moc/
26
.obj/
27
28
# other temporary files
29
*~
30
*.a
31
ui_*.h
32
33
# files created by MinGW
34
*.Debug
35
*.Release
36
37
# files created by KDevelop
38
Doxyfile
39
*.kdevelop
40
*.kdevelop.pcs
41
*.kdevses
42
43
# files created by Qt Creator
44
*.pro.user*
45
qtc-gdbmacros/
46