summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: c7242fa9f7f07278db85b01a1643a82712c0ad6c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
test
*.pyc
src/wiki-files/differences-with-debian.txt
src/config/

# virtualenv
bin/
include/
local/
lib/
man/
share/
man/
pip-selfcheck.json

# setup.py
*egg-info/
build/
dist/