aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 632512375f646716ed17d725aa7208f6e24b1462 (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
29
# Normal rules
*.bz2
*.diff
*.gz
*.patch
*.orig
*.rej
*.tar
*.xz

# Editor artifacts
*~
\#*#

# Quilt's files
patches
series
.pc/

# Python artifacts
*.pyc

# Sphinx
Documentation/output/

# Setup odds and ends
*.egg-info/
build/
dist/