summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 721b73333cdef2a0746e67eeae8d86889357f4c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
*.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