From: R. Steve McKown Date: Tue, 9 Jun 2015 22:38:50 +0000 (-0600) Subject: Ignore vim 'tmp' files X-Git-Url: https://oss.titaniummirror.com/gitweb?p=smckown%2Fdotfiles.git;a=commitdiff_plain;h=8c7d313b53645a5550263089dbc45e0878f60f47 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. --- 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