Add GameDatabaseManager::removeDatabase method
[sloppygui.git] / .gitignore
blob4675552316788bade433a47fa67981e9ef380078
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 # asciidoc generated man page and xml document
21 docs/cutechess*.6
22 docs/cutechess*.xml
23 docs/cutechess*.html
25 # doxygen generated api documents
26 docs/api/html/
28 # temporary directories used by qmake and compiler
29 .rcc/
30 .moc/
31 .obj/
33 # other temporary files
35 *.a
36 ui_*.h
38 # files created by MinGW
39 *.Debug
40 *.Release
42 # files created by KDevelop
43 Doxyfile
44 *.kdevelop
45 *.kdevelop.pcs
46 *.kdevses
48 # files created by Qt Creator
49 *.pro.user
50 qtc-gdbmacros/