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

# Editor artifacts
*~
\#*#

# Quilt's files
patches
series
.pc/

# Python artifacts
*.pyc

# Sphinx
Documentation/output/