summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 99d5dbad8840aad394b936f49d0b8684974281f4 (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
*.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

# 2to3
*.bak