Skip to content

Commit

Permalink
gitignore: ignore debian build directory
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
farmergreg authored and michal42 committed Jul 1, 2011
1 parent 55922c9 commit b756828
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Expand Up @@ -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
#
Expand Down

0 comments on commit b756828

Please sign in to comment.