diff --git a/.gitignore b/.gitignore
index 1944c5622..1090dea4b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/README b/README
index 1e50c0337..8a1bb4e73 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
= MaNGOS -- README =
-Copyright (C) 2005-2008 MaNGOS project
+Copyright (C) 2005-2008 MaNGOS project
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
Comments are welcome.
- - theluda
+ - theluda
== 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
+site at
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