diff options
author | Florian Bruhin <git@the-compiler.org> | 2014-09-22 18:33:19 +0200 |
---|---|---|
committer | Florian Bruhin <git@the-compiler.org> | 2014-09-22 18:33:19 +0200 |
commit | 4030976f3bf793ef204d69f8e91fbb7c1381e8b0 (patch) | |
tree | 44da49ee7f75922c1194374a4a4f6d1306b0661a /.gitignore | |
parent | ef1c40d00be95171ae9164fecaad5ec9f9189d37 (diff) | |
download | qutebrowser-4030976f3bf793ef204d69f8e91fbb7c1381e8b0.tar.gz qutebrowser-4030976f3bf793ef204d69f8e91fbb7c1381e8b0.zip |
Add HTML documentation to .gitignore.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 6f8b588a7..3cb08b141 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,6 @@ __pycache__ /setuptools-*.egg /setuptools-*.zip /qutebrowser/git-commit-id -# We can probably remove these later /doc/*.html /README.html +/qutebrowser/html/doc/ |