[REFACTOR] remove unnecessary functions declaration
[kernel/swap-modules.git] / .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 # 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 *.patch
26
27 #
28 # Top-level generic files
29 #
30 /tags
31 /TAGS
32 /Module.markers
33 Module.symvers
34
35 #
36 # git files that we don't want to ignore even it they are dot-files
37 #
38 !.gitignore
39 !.mailmap
40
41 # stgit generated dirs
42 patches-*
43
44 # quilt's files
45 patches
46 series
47
48 # cscope files
49 cscope.*
50 ncscope.*
51
52 # gnu global files
53 GPATH
54 GRTAGS
55 GSYMS
56 GTAGS
57
58 *.orig
59 *~
60 \#*#
61
62 kprobe/arch/asm
63 uprobe/arch/asm