On Thu, 18 Jun 2020 at 19:22, Thomas Koenig via Gcc <[email protected]> wrote: > > Hi, > > I just found a few unversioned files called .intrinsic.c.swp and > similar in my "git status" output. > > Could somebody please put .*.swp into .gitignore? I'm sure this > would save at least 10 reverts :-)
You can just add it to .git/info/exclude in your own clone.
