diff --git a/.gitignore b/.gitignore
index 4bb30b7..ab5893f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,6 +6,7 @@
 # Packages
 *.egg
 *.egg-info
+.eggs
 dist
 build
 eggs
@@ -42,7 +43,7 @@ output/*/index.html
 
 # Sphinx
 doc/build
-doc/source/api
+doc/source/reference/api
 
 # pbr generates these
 AUTHORS
@@ -55,3 +56,6 @@ ChangeLog
 
 sftp-config.json
 /.idea/
+
+# Desktop Service Store
+*.DS_Store
diff --git a/setup.cfg b/setup.cfg
index 651f6c1..a0247bf 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -105,7 +105,7 @@ watcherclient.v1 =
 [pbr]
 autodoc_index_modules = True
 autodoc_exclude_modules =
-  glanceclient.tests.*
+  watcherclient.tests.*
 api_doc_dir = reference/api
 
 [build_sphinx]