1static-syms.h
2config.*
3Config
4*.o
5*.a
6*.so
7*~
8\#*#
9
10# cscope
11cscope.*
12ncscope.*
13TAGS
14
15# git files that we don't want to ignore even it they are dot-files
16!.gitignore
17!.mailmap
18
19# for patch generation
20*.diff
21*.patch
22*.orig
23*.rej
24
25# for quilt
26.pc
27patches
28series
29
30# for gdb
31.gdbinit
32.gdb_history
33*.gdb
34