From 8c7d313b53645a5550263089dbc45e0878f60f47 Mon Sep 17 00:00:00 2001 From: "R. Steve McKown" Date: Tue, 9 Jun 2015 16:38:50 -0600 Subject: [PATCH] Ignore vim 'tmp' files See the last commit; backups, swaps and undo files are now under ~/.vim, which means they show up under this repo in vim. Ignore them. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 2464a64..9087ce8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ /vim/.netrwhist /vim/tmp +/vim/backup +/vim/swap +/vim/undo -- 2.39.2