From db5754f1e1d6fcb4386b71a46a2b0a8fbd05251e Mon Sep 17 00:00:00 2001 From: Hans van Kranenburg Date: Thu, 21 Dec 2017 18:20:46 +0100 Subject: [PATCH] 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. --- debian/.gitignore | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 -- 2.30.2