* Basic GIT integration: added .gitattributes, .gitignore, and README.md.
* Edited README.txt with GIT installation instructions. Signed-off-by: Euphy <euphy@rathena.org> git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@17421 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
95
.gitignore
vendored
Normal file
95
.gitignore
vendored
Normal file
@@ -0,0 +1,95 @@
|
||||
#Global
|
||||
.DS_Store
|
||||
|
||||
# /
|
||||
/*.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
|
||||
|
||||
# /3rdparty/libconfig/
|
||||
/3rdparty/libconfig/Makefile
|
||||
/3rdparty/libconfig/*.o
|
||||
|
||||
# /3rdparty/mt19937ar/
|
||||
/3rdparty/mt19937ar/Makefile
|
||||
/3rdparty/mt19937ar/*.o
|
||||
|
||||
# /conf/
|
||||
/conf/import
|
||||
|
||||
# /log/
|
||||
/log/*.log
|
||||
/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/svnversion.h
|
||||
|
||||
# /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
|
||||
|
||||
# /tools/
|
||||
/tools/convert
|
||||
/tools/adduser
|
||||
/tools/*.exe
|
||||
/tools/*.ilk
|
||||
/tools/*.pdb
|
||||
|
||||
# /vcproj-12/
|
||||
/vcproj-12/char-server_sql
|
||||
/vcproj-12/login-server_sql
|
||||
/vcproj-12/mapcache
|
||||
/vcproj-12/map-server_sql
|
||||
/vcproj-12/*.user
|
||||
|
||||
# /vcproj-10/
|
||||
/vcproj-10/char-server_sql
|
||||
/vcproj-10/login-server_sql
|
||||
/vcproj-10/mapcache
|
||||
/vcproj-10/map-server_sql
|
||||
/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
|
||||
Reference in New Issue
Block a user