diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-05-31 08:06:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-31 08:06:07 +0200 |
commit | a9a686611cd35ebbed3b0856286428c304da0784 (patch) | |
tree | 2a424bce0f523758662568d5730a4cc684f1dd21 /.gitignore | |
parent | Add pkg/ to .gitignore folder (diff) | |
download | systemd-a9a686611cd35ebbed3b0856286428c304da0784.tar.xz systemd-a9a686611cd35ebbed3b0856286428c304da0784.zip |
gitignore: Ignore /pkg/ instead of pkg/ (#33119)
So we only match the top level directory and not subdirectories.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index ccf194ec97..c51807504d 100644 --- a/.gitignore +++ b/.gitignore @@ -38,4 +38,4 @@ mkosi.local.conf /tags .dir-locals-2.el .vscode/ -pkg/ +/pkg/ |