dect
/
linux-2.6
Archived
13
0
Fork 0

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:
Greg Dietsche 2011-06-30 18:42:50 -05:00 committed by Michal Marek
parent 55922c9d1b
commit b756828609
1 changed files with 5 additions and 0 deletions

5
.gitignore vendored
View File

@ -45,6 +45,11 @@ modules.builtin
/Module.markers
/Module.symvers
#
# Debian directory (make deb-pkg)
#
/debian/
#
# git files that we don't want to ignore even it they are dot-files
#