diff options
author | Florian Bruhin <git@the-compiler.org> | 2016-01-06 08:50:46 +0100 |
---|---|---|
committer | Florian Bruhin <git@the-compiler.org> | 2016-01-06 08:50:46 +0100 |
commit | 56766acf1858974d1c231c941d38cfaee27db193 (patch) | |
tree | 9c6c6b823e162fd3b8f3b941215b97577c71f146 /.gitignore | |
parent | 4099a40e35471943225623f24610df94a0a78218 (diff) | |
download | qutebrowser-56766acf1858974d1c231c941d38cfaee27db193.tar.gz qutebrowser-56766acf1858974d1c231c941d38cfaee27db193.zip |
Add /qutebrowser/3rdparty/ to .gitignore.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 25cca2601..1916d4505 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ __pycache__ /setuptools-*.egg /setuptools-*.zip /qutebrowser/git-commit-id +/qutebrowser/3rdparty /doc/*.html /README.html /CHANGELOG.html |