diff options
-rw-r--r-- | .gitignore | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..4cc99603 --- /dev/null +++ b/.gitignore @@ -0,0 +1,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 |