diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index fdcce40226d7..869e1a3b64b6 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -3,6 +3,10 @@ | |||
3 | # subdirectories here. Add them in the ".gitignore" file | 3 | # subdirectories here. Add them in the ".gitignore" file |
4 | # in that subdirectory instead. | 4 | # in that subdirectory instead. |
5 | # | 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 | # | ||
6 | # Normal rules | 10 | # Normal rules |
7 | # | 11 | # |
8 | .* | 12 | .* |
@@ -18,17 +22,21 @@ | |||
18 | *.lst | 22 | *.lst |
19 | *.symtypes | 23 | *.symtypes |
20 | *.order | 24 | *.order |
25 | *.elf | ||
26 | *.bin | ||
27 | *.gz | ||
21 | 28 | ||
22 | # | 29 | # |
23 | # Top-level generic files | 30 | # Top-level generic files |
24 | # | 31 | # |
25 | tags | 32 | tags |
26 | TAGS | 33 | TAGS |
27 | vmlinux* | 34 | vmlinux |
28 | !vmlinux.lds.S | ||
29 | System.map | 35 | System.map |
36 | Module.markers | ||
30 | Module.symvers | 37 | Module.symvers |
31 | !.gitignore | 38 | !.gitignore |
39 | !.mailmap | ||
32 | 40 | ||
33 | # | 41 | # |
34 | # Generated include files | 42 | # Generated include files |
@@ -40,6 +48,7 @@ include/linux/autoconf.h | |||
40 | include/linux/compile.h | 48 | include/linux/compile.h |
41 | include/linux/version.h | 49 | include/linux/version.h |
42 | include/linux/utsrelease.h | 50 | include/linux/utsrelease.h |
51 | include/linux/bounds.h | ||
43 | 52 | ||
44 | # stgit generated dirs | 53 | # stgit generated dirs |
45 | patches-* | 54 | patches-* |
@@ -50,8 +59,8 @@ series | |||
50 | 59 | ||
51 | # cscope files | 60 | # cscope files |
52 | cscope.* | 61 | cscope.* |
62 | ncscope.* | ||
53 | 63 | ||
54 | *.orig | 64 | *.orig |
55 | *.rej | ||
56 | *~ | 65 | *~ |
57 | \#*# | 66 | \#*# |