summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 4cc996034be01e75ae688ba17144628b6270aab4 (plain) (blame)
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
*.class

# Local configuration files
conf/*_local.conf
conf/eathena-monitor.conf
conf/gm_account.txt
conf/help.txt
conf/magic.conf
conf/motd.txt
conf/spells-build.sh

# Build files
eathena-monitor

# Copied/linked server executables
char-server
login-server
map-server

# Tools executables
tools/retab

# Server files
/log/*.log
/gm/gm.log.*
/gm.log.*
/online.*
/save/*.tmp
/save/*.txt
/save/*.txt_*

# temp files
*.txt~
*.conf~
*.py~

# java converter
tools/tmwcon/converter.jar
tools/tmwcon/server-data/
tools/tmwcon/summary.txt
tools/tmwcon/tmwdata

# local server
LOCALINFO