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
|
@ -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