From 90640b7cf9b2fd8470ed5dba05e839237987daae Mon Sep 17 00:00:00 2001 From: SWG Master Date: Tue, 4 Aug 2015 12:07:06 -0500 Subject: [PATCH] update readme and add gitignore --- .gitignore | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ README.md | 2 ++ 2 files changed, 55 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..8d7486408 --- /dev/null +++ b/.gitignore @@ -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/ diff --git a/README.md b/README.md index e68e8468a..ecd959076 100644 --- a/README.md +++ b/README.md @@ -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.