Commit 082722a0 authored by Zhao, Gang's avatar Zhao, Gang Committed by Michal Marek

.gitignore: ignore Module.symvers in all directories

When using `make M=/path/to/driver modules` to build a module, file
Module.symvers will be created in that directory, so it's better to
ignore it in all directories.

Slightly reordered, let specific file names behind general ones.

Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Kyungsik Lee <kyungsik.lee@lge.com>
Cc: Markus Trippelsdorf <markus@trippelsdorf.de>
Signed-off-by: default avatarZhao, Gang <gamerh2o@gmail.com>
Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
parent c9eaa447
...@@ -22,7 +22,6 @@ ...@@ -22,7 +22,6 @@
*.lst *.lst
*.symtypes *.symtypes
*.order *.order
modules.builtin
*.elf *.elf
*.bin *.bin
*.gz *.gz
...@@ -33,6 +32,8 @@ modules.builtin ...@@ -33,6 +32,8 @@ modules.builtin
*.lzo *.lzo
*.patch *.patch
*.gcno *.gcno
modules.builtin
Module.symvers
# #
# Top-level generic files # Top-level generic files
...@@ -44,7 +45,6 @@ modules.builtin ...@@ -44,7 +45,6 @@ modules.builtin
/vmlinuz /vmlinuz
/System.map /System.map
/Module.markers /Module.markers
/Module.symvers
# #
# Debian directory (make deb-pkg) # Debian directory (make deb-pkg)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment