From: Hans van Kranenburg Date: Thu, 21 Dec 2017 17:20:46 +0000 (+0100) Subject: debian/.gitignore: improve filtering X-Git-Tag: archive/raspbian/4.11.1-1+rpi1~1^2~121 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=db5754f1e1d6fcb4386b71a46a2b0a8fbd05251e;p=xen.git debian/.gitignore: improve filtering After doing a full build, it seems there was still stuff not being ignored correctly. This change should take care of that. So after debian/rules orig, debian/rules debian/control-real and doing a package build, there are no files in debian/ showing up as untracked content. When cleaning out everything using git clean -dfx, there are no files in debian/ which are listed when doing git status --ignored. --- diff --git a/debian/.gitignore b/debian/.gitignore index 163a13adc8..166b19dffc 100644 --- a/debian/.gitignore +++ b/debian/.gitignore @@ -1,12 +1,10 @@ __pycache__ -*.debhelper* -*.substvars /build/ /control /control.md5sum /files /libxen-*.*/ -!/libxen-dev.* +!/libxen-dev.install /libxen-dev/ /libxenstore3.0/ /rules.gen @@ -14,6 +12,9 @@ __pycache__ /xen-hypervisor-*.*-* /xenstore-utils/ /xen-system-*/ +/xen-utils-*.*/ /xen-utils-*.*.* !/xen-utils-common.* /xen-utils-common/ +*.debhelper* +*.substvars