]> git.ozlabs.org Git - patchwork/blob - .gitignore
b16c5e284df8c481f240c1a4f0edb19704522f15
[patchwork] / .gitignore
1 #
2 # NOTE! Don't add files that are generated in specific
3 # subdirectories here. Add them in the ".gitignore" file
4 # in that subdirectory instead.
5 #
6 # Normal rules
7 #
8 .*
9 *.pyc
10 *.patch
11
12 #
13 # Top-level generic files
14 #
15 tags
16 TAGS
17 !.gitignore
18
19 # stgit generated dirs
20 patches-*
21
22 # quilt's files
23 patches
24 series
25
26 # cscope files
27 cscope.*
28
29 *.orig
30 *.rej