From: rs <> Date: Fri, 10 Oct 2025 05:43:02 +0000 (-0500) Subject: Add vim swp files to .gitignore X-Git-Url: https://git.the-white-hart.net/?a=commitdiff_plain;h=658fb8387ab1889c3156a69523b67bb635eacacd;p=vhdl Add vim swp files to .gitignore --- diff --git a/.gitignore b/.gitignore index 76d9fbb..b600a89 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,7 @@ # Assembler map file output *.map +# Vim swap files +*.swp + .idea/