From d6b5551bff867250edcdc36455ef32844ee2b935 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 4 Nov 2014 20:23:22 +0300 Subject: convert server data for using with hercules. --- .gitignore | 150 +++++++++++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 111 insertions(+), 39 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 341662f6..32ea3e37 100644 --- a/.gitignore +++ b/.gitignore @@ -1,45 +1,117 @@ -*.class -*.DS_Store - -# 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 +#Global +.Apple* +.DS_Store +._* +.clang_complete +.local.vimrc +.ycm_extra_conf.py* +Thumbs.db + +# / +/*.exe +/*.ilk +/*.log +/*.ncb +/*.opensdf +/*.opt +/*.pdb +/*.pid +/*.sdf +/*.stackdump +/*.suo +/*.exp +/*.lib +/autom4te.cache/ +/start-log.txt +/char-server +/config.log +/config.status +/core +/ipch +/login-server +/Makefile +/Makefile.cache +/map-server +/mapcache +/configure + +# /plugins -- everything +/plugins/ + +#OSX Xcode project user-sensitive-stuff +/DerivedData +/Hercules +/build +/Hercules.xcodeproj/xcuserdata +/Hercules.xcodeproj/project.xcworkspace/xcuserdata/ +/Hercules.xcodeproj/project.xcworkspace/xcshareddata/Hercules.xccheckout + +# /3rdparty/libconfig/ +/3rdparty/libconfig/Makefile +/3rdparty/libconfig/*.o + +# /3rdparty/mt19937ar/ +/3rdparty/mt19937ar/Makefile +/3rdparty/mt19937ar/*.o + +# /cache/ +/cache/ + +# /conf/ +/conf/import + +# /log/ /log/*.log -/gm/gm.log.* -/gm.log.* -/online.* -/save/*.tmp -/save/*.txt -/save/*.txt_* +/log/*.leaks + +# /src/char/ +/src/char/Makefile +/src/char/obj_sql + +# /src/common/ +/src/common/Makefile +/src/common/obj_all +/src/common/obj_sql +/src/common/sysinfo.inc + +# /src/login/ +/src/login/Makefile +/src/login/obj_sql + +# /src/map/ +/src/map/Makefile +/src/map/obj_sql +/src/map/pcre.h + +# /src/test/ +/src/test/Makefile +/src/test/obj + +# /src/tool/ +/src/tool/Makefile +/src/tool/obj_all + +# /src/plugins/ +/src/plugins/Makefile + +# /tools/ +/tools/convert +/tools/adduser +/tools/*.exe +/tools/*.ilk +/tools/*.pdb +/tools/HPMHookGen/Makefile +/tools/HPMHookGen/doxyoutput + +# /vcproj-* +/vcproj-*/*.user +/vcproj-*/char-server +/vcproj-*/login-server +/vcproj-*/map-server +/vcproj-*/mapcache +/vcproj-*/plugin-*/ # 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-60-g2f50