Updated README and list of ignored files.

This commit is contained in:
TheLuda 2008-10-14 00:28:15 +02:00
parent 2f364998be
commit d767495d5b
2 changed files with 4 additions and 15 deletions

11
.gitignore vendored
View file

@ -1,6 +1,4 @@
FILES
INSTALL
build-log.txt
*.pyc
*.[oa]
@ -26,9 +24,6 @@ doc/html
doc/Doxyfile
doc/doxygen.log
mangos2-*.tar.bz2
mangos2-*.tar.gz
aclocal.m4
autom4te.cache
config.guess
@ -48,9 +43,3 @@ stamp-h1
config.h
callgrind.out.*
dep/src/tolua++/bin/tolua
src/realmlist/mangos2-realmlist
src/shared/svn_revision.h
src/tools/tolua/bin/tolua
src/worldserver/mangos2-worldserver

8
README
View file

@ -1,6 +1,6 @@
= MaNGOS -- README =
Copyright (C) 2005-2008 MaNGOS project <http://www.mangosproject.org/>
Copyright (C) 2005-2008 MaNGOS project <http://getmangos.com/>
MaNGOS is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -28,7 +28,7 @@ Copyright (C) 2005-2008 MaNGOS project <http://www.mangosproject.org/>
Comments are welcome.
- theluda <theluda@googlemail.com>
- theluda <theluda@getmangos.com>
== Welcome to MaNGOS ==
@ -37,7 +37,7 @@ implementation for a MMORPG server system. Please see the file COPYING for
license details.
For further information on the MaNGOS project, please visit our project web
site at <http://www.mangosproject.org/>
site at <http://getmangos.com/>
Documenation on various development related topics can be found in the doc/
subdirectory, including Doxygen-generated API documentation.
@ -50,7 +50,7 @@ directory.
In order to build and install MaNGOS under Linux, follow the instructions
described in the INSTALL file.
In case you have checked out MaNGOS from the SubVersion repository, please run
In case you have checked out MaNGOS from the GIT repository, please run
$ autoreconf --install --force