mirror of
https://github.com/torvalds/linux.git
synced 2024-11-21 19:41:42 +00:00
gitignore: ignore debian build directory
Have git ignore the Debian directory created when running: make deb-pkg Signed-off-by: Greg Dietsche <Gregory.Dietsche@cuw.edu> Signed-off-by: Michal Marek <mmarek@suse.cz>
This commit is contained in:
parent
55922c9d1b
commit
b756828609
5
.gitignore
vendored
5
.gitignore
vendored
@ -45,6 +45,11 @@ modules.builtin
|
|||||||
/Module.markers
|
/Module.markers
|
||||||
/Module.symvers
|
/Module.symvers
|
||||||
|
|
||||||
|
#
|
||||||
|
# Debian directory (make deb-pkg)
|
||||||
|
#
|
||||||
|
/debian/
|
||||||
|
|
||||||
#
|
#
|
||||||
# git files that we don't want to ignore even it they are dot-files
|
# git files that we don't want to ignore even it they are dot-files
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user