summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2015-04-07 22:41:22 +0200
committerFlorian Bruhin <git@the-compiler.org>2015-04-07 22:46:32 +0200
commit10619325f6a932af18041c612530da1fc0294441 (patch)
treeb677be1352c19093054a678a23efc969ef062fc9
parentb591dedf7fda5ba399937a7db13e22f3d22de405 (diff)
downloadqutebrowser-10619325f6a932af18041c612530da1fc0294441.tar.gz
qutebrowser-10619325f6a932af18041c612530da1fc0294441.zip
Update MANIFEST.in/.gitignore.
-rw-r--r--.gitignore4
-rw-r--r--MANIFEST.in3
2 files changed, 5 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 0cdfea7c2..8b81dfc20 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,6 +12,10 @@ __pycache__
/qutebrowser/git-commit-id
/doc/*.html
/README.html
+/CHANGELOG.html
+/CONTRIBUTING.html
+/FAQ.html
+/INSTALL.html
/qutebrowser/html/doc/
/.venv
/.coverage
diff --git a/MANIFEST.in b/MANIFEST.in
index d619c0702..681ca170b 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -8,7 +8,7 @@ graft doc/img
graft misc
include qutebrowser/test/testfile
include qutebrowser/git-commit-id
-include COPYING doc/* README.asciidoc
+include COPYING doc/* README.asciidoc CONTRIBUTING.asciidoc FAQ.asciidoc INSTALL.asciidoc CHANGELOG.asciidoc
include qutebrowser.desktop
include requirements.txt
include tox.ini
@@ -22,7 +22,6 @@ exclude scripts/gen_resources.sh
exclude scripts/quit_segfault_test.sh
exclude scripts/segfault_test.sh
exclude doc/notes
-exclude CONTRIBUTING.asciidoc
recursive-exclude doc *.asciidoc
prune test
exclude qutebrowser.rcc