diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -1 +1,26 @@ *.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 + +# Server files +log/ +gm.log.* +online.* +save/*.tmp +save/*.txt + |