summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 6436e466bd053317b308e97dcb28a2d24eaa73df (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
*.py[co]

# vim
*.swp
*.swo

# Packages
build/
dist/
src/Bcfg2
*.egg
*.egg-info

# ctags
tags
TAGS

# test artifacts
testsuite/test.sqlite

# rope project metadata
.ropeproject

# sphinx build data
man/.doctrees