aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 7b8389d15ef1085a29686409e7af59a75d1df294 (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# stgit generated dirs
patches-*

# CTag
tags
TAGS

# quilt files
/patches
/series

# patch files
*.patch
*.diff

# cscope files
cscope.*

*.orig
*.rej

*~
\#*\#

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*

# Django stuff:
*.log

# Selenium test artifacts
/selenium.log
/selenium_screenshots

# Patchwork configuration files
patchwork/settings/production.py