diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/.gitignore b/.gitignore index efab0ebec859..a2939fc10b22 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -34,14 +34,18 @@ modules.builtin | |||
34 | # | 34 | # |
35 | # Top-level generic files | 35 | # Top-level generic files |
36 | # | 36 | # |
37 | tags | 37 | /tags |
38 | TAGS | 38 | /TAGS |
39 | linux | 39 | /linux |
40 | vmlinux | 40 | /vmlinux |
41 | vmlinuz | 41 | /vmlinuz |
42 | System.map | 42 | /System.map |
43 | Module.markers | 43 | /Module.markers |
44 | Module.symvers | 44 | /Module.symvers |
45 | |||
46 | # | ||
47 | # git files that we don't want to ignore even it they are dot-files | ||
48 | # | ||
45 | !.gitignore | 49 | !.gitignore |
46 | !.mailmap | 50 | !.mailmap |
47 | 51 | ||