Commit b7568286 authored by Greg Dietsche's avatar Greg Dietsche Committed by Michal Marek

gitignore: ignore debian build directory

Have git ignore the Debian directory created when running:
	make deb-pkg
Signed-off-by: default avatarGreg Dietsche <Gregory.Dietsche@cuw.edu>
Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
parent 55922c9d
...@@ -45,6 +45,11 @@ modules.builtin ...@@ -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
# #
......
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