Officially at GitHub
[sloppygui.git] / .gitignore
blobc6ef3818fb7685b5c3ad2b732ac3b83ef0b80aef
1 # main executables
2 cutechess
3 cutechess-cli
4 cutechess.app/
5 cutechess.exe
6 cutechess-cli.exe
8 # test executables
9 test_board
11 # libraries
12 *.so
13 *.so.*
14 *.dylib
15 *.dll
17 # qmake generated Makefile
18 Makefile
20 # doxygen generated api documents
21 docs/api/html/
23 # temporary directories used by qmake and compiler
24 .rcc/
25 .moc/
26 .obj/
28 # other temporary files
30 *.a
31 ui_*.h
33 # files created by MinGW
34 *.Debug
35 *.Release
37 # files created by KDevelop
38 Doxyfile
39 *.kdevelop
40 *.kdevelop.pcs
41 *.kdevses
43 # files created by Qt Creator
44 *.pro.user*
45 qtc-gdbmacros/