From 6e21c4fab1872483b6c1eca183ad2c49c7b55352 Mon Sep 17 00:00:00 2001 From: Mark Kim Date: Sat, 10 Sep 2022 08:30:14 -0400 Subject: [PATCH] gitignore vim swap files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 0d3d7f9df..603e576d4 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,8 @@ TuxPaint.dmg *.dSYM .DS_Store *.thumbs +*.swp +*.swo src/po/POTFILES.in src/tuxpaint.desktop src/org.tuxpaint.Tuxpaint.appdata.xml