From f7936b2441a2d46abe7cefa1597aa2a5065059dd Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Thu, 17 Jan 2013 08:55:21 +0000 Subject: [PATCH] Tweak gitignore for Debian pkg-kernel using git Forwarded: not-needed [bwh: Tweak further for pure git] Gbp-Pq: Topic debian Gbp-Pq: Name gitignore.patch --- .gitignore | 26 +++++++------------------- 1 file changed, 7 insertions(+), 19 deletions(-) diff --git a/.gitignore b/.gitignore index a61e4778d01..c84afd1dd20 100644 --- a/.gitignore +++ b/.gitignore @@ -78,11 +78,6 @@ modules.order # /rpmbuild/ -# -# Debian directory (make deb-pkg) -# -/debian/ - # # Snap directory (make snap-pkg) # @@ -99,20 +94,6 @@ modules.order /PKGBUILD /pacman/ -# -# We don't want to ignore the following even if they are dot-files -# -!.clang-format -!.clippy.toml -!.cocciconfig -!.editorconfig -!.get_maintainer.ignore -!.gitattributes -!.gitignore -!.kunitconfig -!.mailmap -!.rustfmt.toml - # # Generated include files # @@ -178,3 +159,10 @@ sphinx_*/ # Rust analyzer configuration /rust-project.json + +# +# Debian packaging: ignore everything at the top level, since it isn't +# included in our repository +# +/* +!/debian/ -- 2.30.2