summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 60376bd47dbd20e1aa0c4516e4979dab625d90b0 (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
# files generated by autoreconf
Makefile.in
aclocal.m4
autom4te.cache
config.h.in
configure
depcomp
install-sh
missing

# files generated by configure
Makefile
config.h
config.log
config.status
.deps
stamp-h1

# 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

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

# files created by gtags
GPATH
GRTAGS
GSYMS
GTAGS