This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=b6491c5763ea7c8013a0bf152795d397a97320d9 commit b6491c5763ea7c8013a0bf152795d397a97320d9 Author: Guillem Jover <[email protected]> AuthorDate: Fri May 5 23:56:10 2023 +0200 build: Remove vim swap file entry from .gitignore This is a developer specific tool artifact that does not belong in the project .gitignore file, as otherwise we'd be polluting these with endless entries for any such tool that might be used locally. Instead users should really be adding them to their ~/.config/git/ignore file (or equivalent) for any such local tool generated artifact to be ignored globally on those systems. --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index a5edb85b8..31c3d07b7 100644 --- a/.gitignore +++ b/.gitignore @@ -11,7 +11,6 @@ *.log *.trs *~ -.*.swp .dirstamp .deps/ .libs/ -- Dpkg.Org's dpkg

