From: Daan De Meyer Date: Fri, 31 May 2024 06:06:07 +0000 (+0200) Subject: gitignore: Ignore /pkg/ instead of pkg/ (#33119) X-Git-Tag: v256-rc4~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9a686611cd35ebbed3b0856286428c304da0784;p=thirdparty%2Fsystemd.git gitignore: Ignore /pkg/ instead of pkg/ (#33119) So we only match the top level directory and not subdirectories. --- diff --git a/.gitignore b/.gitignore index ccf194ec976..c51807504df 100644 --- a/.gitignore +++ b/.gitignore @@ -38,4 +38,4 @@ mkosi.local.conf /tags .dir-locals-2.el .vscode/ -pkg/ +/pkg/