update readme and add gitignore

This commit is contained in:
SWG Master
2015-08-04 12:07:06 -05:00
parent 37ab0ad070
commit 90640b7cf9
2 changed files with 55 additions and 0 deletions

53
.gitignore vendored Normal file
View File

@@ -0,0 +1,53 @@
src/engine/server/library/serverGame/src/shared/generated/Packager.cpp
src/external/3rd/library/platform/projects/Session/CommonAPI/debug/
src/external/3rd/library/platform/projects/Session/LoginAPI/debug/
src/external/3rd/library/platform/utils/Base/debug/
src/game/server/application/SwgDatabaseServer/src/shared/generated/Decoder.cpp
src/game/server/application/SwgDatabaseServer/src/shared/generated/Encoder.cpp
src/game/server/application/SwgDatabaseServer/src/shared/generated/Schema.h
*.zip
*.pdb
*.lnk
.tar.*
.a
.md5.h.kate-swp
.pdb
exe/win32/.exe
.kdev*
lib/
obj/
*.kdev4
.depend
.libs/
compile/
*.status
*.log
.deps/
*.o
*.lst
*.eep
*.lss
*.map
*.sym
build/
Makefile
Makefile.in
src/compile
aclocal.m4
autom4te.cache/
config/
configure
depcomp
install-sh
libtool
ltmain.sh
m4/
missing
stamp-h?
deps/
dirstamp
libs/
*.l[ao]
*~
external/3rd/library/soePlatform/CSAssist/projects/CSAssist/CSAssistgameapi/debug/
external/3rd/library/soePlatform/CSAssist/projects/CSAssist/CSAssistgameapi/release/

View File

@@ -2,3 +2,5 @@
This repo is only for building the clients and tools. This master branch stlport based, on which it is easier to get things building. Not all targets are complete but the _d client should build despite the errors, as should many of the tools.
Many if not all of the server targets will debug with some work too, but the other repo is where server work should be focused.