summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 8da33c56d0222c72ba48f91d4a811419ef110460 (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
*.log
*.pyc
chown2me
# eclipse stuff
.project
.pydevproject
.settings/
# PyCharm stuff
.idea/
# backup files from gedit etc.
*~
# runtime files
*.pid
*.sock
*.db
# config files
*.conf
# chown2me binary
bin/chown2me
# Sphinx output
docs/build
# build files
*.egg-info/
build/
dist/
.eggs/