Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

.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
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -22,7 +22,6 @@
*.lst
*.lst
*.symtypes
*.symtypes
*.order
*.order
modules.builtin
*.elf
*.elf
*.bin
*.bin
*.gz
*.gz
@@ -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
/vmlinuz
/vmlinuz
/System.map
/System.map
/Module.markers
/Module.markers
/Module.symvers


#
#
# Debian directory (make deb-pkg)
# Debian directory (make deb-pkg)