summaryrefslogtreecommitdiff
path: root/.gitignore
blob: e1db4729dd3ef4b0de8ce10e3dcf5d8383056e0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
__pycache__
*.pyc
*.swp
/build
/dist
/qutebrowser.egg-info
/pkg/pkg
/pkg/qutebrowser
/pkg/src
/pkg/qutebrowser-*.pkg.tar.xz
/setuptools-*.egg
/setuptools-*.zip
/qutebrowser/git-commit-id
/qutebrowser/3rdparty
/doc/*.html
/README.html
/CHANGELOG.html
/CONTRIBUTING.html
/FAQ.html
/INSTALL.html
/qutebrowser/html/doc/
/.venv
/.coverage
/htmlcov
/coverage.xml
/.coverage.*
/.tox
/testresults.html
/.cache
/.testmondata
/.hypothesis
/prof
TODO