From 3199d8fbabd1d7905fe4ad702d9b6c221ca6fbfb Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 16 Oct 2011 22:56:29 +0300 Subject: Add .gitignore. --- .gitignore | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 .gitignore 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 -- cgit v1.2.3-70-g09d2