summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-04 20:23:22 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-04 22:56:41 +0300
commitd6b5551bff867250edcdc36455ef32844ee2b935 (patch)
tree16acaf1c9a81b58ceb21bc4524a087c14f23735f /.gitignore
parent905dada713af49bb610177c4842685628a1c0a97 (diff)
downloadserverdata-d6b5551bff867250edcdc36455ef32844ee2b935.tar.gz
serverdata-d6b5551bff867250edcdc36455ef32844ee2b935.tar.bz2
serverdata-d6b5551bff867250edcdc36455ef32844ee2b935.tar.xz
serverdata-d6b5551bff867250edcdc36455ef32844ee2b935.zip
convert server data for using with hercules.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore150
1 files changed, 111 insertions, 39 deletions
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