From 8195b60ccbeeda948a8ad629379069bde6d1ba23 Mon Sep 17 00:00:00 2001 From: Francois Marier Date: Mon, 26 Nov 2007 12:27:15 +1300 Subject: [PATCH] Ignore .git, build, Makefile an .gitignore when building the sponsored package as well --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7e4ab77..50077cd 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ $(orig_tarball): $(tarball) @ln -s `basename \`pwd\``/$< $@ sponsor: $(orig_tarball) - dpkg-buildpackage -rfakeroot -k$(sponsor_keyid) -i'(.git|build|Makefile)' -tc + dpkg-buildpackage -rfakeroot -k$(sponsor_keyid) -i'(.git|build|Makefile)' -I.git -IMakefile -I.gitignore -Ibuild -tc $(tarball): @mkdir -p $(@D) -- 2.30.2