blob: 217aabbe8df49af0f5ad73e37c24746276b1bc92 [file] [log] [blame]
Amit Kucheria4ed2f982011-03-16 18:51:13 +02001#
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# NOTE! Please use 'git ls-files -i --exclude-standard'
7# command after changing this file, to see if there are
8# any tracked files which get ignored after the change.
9#
10# Normal rules
11#
12.*
13*.o
14*.o.*
15*.a
16*.s
17*.patch
18
19#
20# Top-level generic files
21#
22/tags
23/TAGS
24
25#
26# git files that we don't want to ignore even it they are dot-files
27#
28!.gitignore
29
30# quilt's files
31patches
32series
33
34# cscope files
35cscope.*
36ncscope.*
37
38# gnu global files
39GPATH
40GRTAGS
41GSYMS
42GTAGS
43
44*.orig
45*~
46\#*#