From a9a686611cd35ebbed3b0856286428c304da0784 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Fri, 31 May 2024 08:06:07 +0200 Subject: [PATCH] gitignore: Ignore /pkg/ instead of pkg/ (#33119) So we only match the top level directory and not subdirectories. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/