summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore129
1 files changed, 129 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000..2080d922b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,129 @@
+
+# /
+/*.exe
+/*.ilk
+/*.log
+/*.ncb
+/*.opensdf
+/*.opt
+/*.pdb
+/*.pid
+/*.sdf
+/*.stackdump
+/*.suo
+/char-server_sql
+/config.log
+/config.status
+/core
+/ipch
+/login-server_sql
+/Makefile
+/Makefile.cache
+/map-server_sql
+/mapcache
+/rAthena
+
+# /3rdparty/cmake/
+
+# /3rdparty/libconfig/
+/3rdparty/libconfig/Makefile
+
+# /3rdparty/mt19937ar/
+/3rdparty/mt19937ar/Makefile
+/3rdparty/mt19937ar/*.o
+
+# /conf/
+/conf/import
+
+# /log/
+/log/*.log
+/log/map-server_sql.leaks
+
+# /npc/airports/
+
+# /npc/cities/
+
+# /npc/jobs/
+
+# /npc/kafras/
+
+# /npc/merchants/
+
+# /npc/mobs/
+
+# /npc/other/
+
+# /npc/quests/
+
+# /npc/re/quests/eden/
+/npc/re/quests/eden/55-70.txt
+
+# /npc/warps/
+
+# /npc/warps/cities/
+
+# /npc/warps/dungeons/
+
+# /npc/warps/fields/
+
+# /npc/warps/other/
+
+# /src/char/
+/src/char/Makefile
+/src/char/obj_sql
+
+# /src/common/
+/src/common/Makefile
+/src/common/obj_all
+/src/common/obj_sql
+/src/common/svnversion.h
+
+# /src/login/
+/src/login/Makefile
+/src/login/obj_txt
+/src/login/obj_sql
+
+# /src/login/sql/
+
+# /src/map/
+/src/map/Makefile
+/src/map/obj_sql
+/src/map/obj_txt
+/src/map/pcre.h
+
+# /src/map/sql/
+
+# /src/test/
+/src/test/Makefile
+/src/test/obj
+
+# /src/tool/
+/src/tool/Makefile
+/src/tool/obj_all
+
+# /tools/
+/tools/convert
+/tools/adduser
+/tools/*.exe
+/tools/*.ilk
+/tools/*.pdb
+
+# /vcproj-10/
+/vcproj-10/char-server_sql
+/vcproj-10/login-server_sql
+/vcproj-10/mapcache
+/vcproj-10/map-server_sql
+/vcproj-10/txt-converter-char
+/vcproj-10/txt-converter-login
+/vcproj-10/*.user
+
+# /vcproj-9/
+/vcproj-9/*.user
+/vcproj-9/char-server_sql
+/vcproj-9/login-server_sql
+/vcproj-9/map-server_sql
+/vcproj-9/mapcache
+/vcproj-9/plugin-console
+/vcproj-9/plugin-pid
+/vcproj-9/txt-converter-char
+/vcproj-9/txt-converter-login