Remove stale MANIFEST.in, ignore pbr outputs.
diff --git a/.gitignore b/.gitignore
index 73a6f8d..8502ec1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,5 @@
 *.pyc
 .testrepository
 .*.swp
+AUTHORS
+ChangeLog
diff --git a/MANIFEST.in b/MANIFEST.in
deleted file mode 100644
index d52b301..0000000
--- a/MANIFEST.in
+++ /dev/null
@@ -1,2 +0,0 @@
-include LICENSE.txt tox.ini tests/*.py
-recursive-include docs *.txt *.py *.png *.css *.html *.js