From 471073a2c4aad41233f8b3c4b412ba94efa161f4 Mon Sep 17 00:00:00 2001 From: Jelle van der Waa Date: Mon, 22 Jan 2024 16:59:00 +0100 Subject: [PATCH] .gitignore: merge back changes from Cockpit In machines/podman and Cockpit we sorted and re-organised the gitignore file. In navigator I noticed that starter-kit did not have these changes yet and so we had to re-apply them so let's fix it in the source. --- .gitignore | 48 +++++++++++++++++++++++++++++++----------------- 1 file changed, 31 insertions(+), 17 deletions(-) diff --git a/.gitignore b/.gitignore index aa13142..b64ad81 100644 --- a/.gitignore +++ b/.gitignore @@ -1,19 +1,33 @@ -*~ -*.retry -*.tar.xz +# Please keep this file sorted (LC_COLLATE=C.UTF-8), +# grouped into the 3 categories below: +# - general patterns (match in all directories) +# - patterns to match files at the toplevel +# - patterns to match files in subdirs + +# general patterns +*.pyc *.rpm -node_modules/ -dist/ -/*.spec -/.vagrant -package-lock.json -Test*FAIL* + +# toplevel (/...) +/Test*.html +/Test*.json +/Test*.log +/Test*.png /bots -test/common/ -test/images/ -pkg -*.pot -POTFILES* -tmp/ -/po/LINGUAS -/tools +/cockpit-*.tar.xz +/cockpit-navigator.spec +/dist/ +/package-lock.json +/pkg/ +/node_modules/ +/tmp/ +/tools/ + +# subdirs (/subdir/...) +/packaging/arch/PKGBUILD +/packaging/debian/changelog +/po/*.pot + /po/LINGUAS +/test/common/ +/test/images/ +/test/static-code