qutebrowser/.gitignore

31 lines
400 B
Plaintext
Raw Normal View History

2013-12-14 22:53:44 +01:00
__pycache__
2014-01-17 06:51:40 +01:00
*.pyc
2015-05-22 00:17:22 +02:00
*.swp
2014-04-29 07:11:27 +02:00
/build
/dist
/qutebrowser.egg-info
2014-05-08 22:08:04 +02:00
/pkg/pkg
/pkg/qutebrowser
/pkg/src
2014-05-13 23:09:15 +02:00
/pkg/qutebrowser-*.pkg.tar.xz
/setuptools-*.egg
/setuptools-*.zip
2014-05-15 08:51:33 +02:00
/qutebrowser/git-commit-id
2014-08-29 06:41:52 +02:00
/doc/*.html
/README.html
2015-04-07 22:41:22 +02:00
/CHANGELOG.html
/CONTRIBUTING.html
/FAQ.html
/INSTALL.html
2014-09-22 18:33:19 +02:00
/qutebrowser/html/doc/
2015-01-28 20:35:05 +01:00
/.venv
/.coverage
2015-08-11 20:18:24 +02:00
/htmlcov
/.coverage.xml
2015-03-26 08:13:40 +01:00
/.tox
2015-05-10 22:10:30 +02:00
/testresults.html
/.cache
2015-07-23 14:12:26 +02:00
/.testmondata
/.hypothesis
TODO