Forwarded: not-needed
[bwh: Tweak further for pure git]
Gbp-Pq: Topic debian
Gbp-Pq: Name gitignore.patch
#
/*.spec
-#
-# Debian directory (make deb-pkg)
-#
-/debian/
-
#
# Snap directory (make snap-pkg)
#
#
/tar-install/
-#
-# We don't want to ignore the following even if they are dot-files
-#
-!.clang-format
-!.cocciconfig
-!.get_maintainer.ignore
-!.gitattributes
-!.gitignore
-!.mailmap
-
#
# Generated include files
#
# Documentation toolchain
sphinx_*/
+
+#
+# Debian packaging: ignore everything at the top level, since it isn't
+# included in our repository
+#
+/*
+!/debian/