aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 13a2bdce7dd769e9df68bf25706228e41b957bd4 (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
#
# NOTE! Don't add files that are generated in specific
# subdirectories here. Add them in the ".gitignore" file
# in that subdirectory instead.
#
# Normal rules
#
.*
*.pyc
*.patch

#
# Top-level generic files
#
tags
TAGS
!.gitignore
!.travis.yml

# configuration files
patchwork/settings/production.py

# stgit generated dirs
patches-*

# quilt's files
/patches
/series

# cscope files
cscope.*

*.orig
*.rej

# test artifacts
/selenium.log
/selenium_screenshots

# created by tools/setup-devel.sh
/venv
/patchwork/settings/db.sqlite