blob: fb72949e638fd94595202b804a9f3dd6cb42aae3 [file] [log] [blame]
Dmitry Shmidt4d92e4c2009-07-16 16:24:48 -07001#
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*.ko
18*.so
19*.so.dbg
20*.mod.c
21*.i
22*.lst
23*.symtypes
24*.order
25*.elf
26*.bin
27*.gz
28
29#
30# Top-level generic files
31#
32tags
33TAGS
34Module.markers
35Module.symvers
36!.gitignore
37
38# stgit generated dirs
39patches-*
40
41# quilt's files
42patches
43series
44
45# cscope files
46cscope.*
47ncscope.*
48
49*.orig
50*~
51\#*#