summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: cb977ea79d4c0e9a9ba8ecb93ce5576c3a8fb502 (plain)
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
# files generated during build
*.o
*.moc
.dirstamp
tools/monitor/monitor
src/manaserv-account
src/manaserv-game
accountserver.exe
accountserver.depend
gameserver.exe
gameserver.depend

# included static libraries
*.a

# files generated by doxygen
docs/api
doxygen_warnings.txt

# files generated during test/runtime
mana.db
manaserv-account.log
manaserv-game.log
manaserv.stats
manaserv.xml

# Qt Creator project files
manaserv.creator
manaserv.creator.user
manaserv.files
manaserv.config
manaserv.includes
tools/monitor/monitor.pro.user

# files created by CMake
Makefile
CMakeFiles/
CMakeCache.txt
cmake_install.cmake
install_manifest.txt

# files created by gtags
GPATH
GRTAGS
GSYMS
GTAGS

# files created by Codeblocks
.objs
*.layout

# git merge backups
*.orig

# eclipse files
.cproject
.externalToolBuilders
.project
.settings

# sqlite dbs
*.db