diff options
author | Urbain Vaes <urbain@vaes.uk> | 2018-02-01 09:43:23 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2018-02-21 15:34:26 +0000 |
commit | fb723a11e4649f13e3ec5c1f678e96ee23caeb35 (patch) | |
tree | ddf556af9508d62d3a191484106e31db78eee9fc /vim/.vim/.gitignore | |
parent | 83ea812c294822c494d88a23a820eb5ece5f7561 (diff) |
[vim] Enable backups and swapfiles
Diffstat (limited to 'vim/.vim/.gitignore')
-rw-r--r-- | vim/.vim/.gitignore | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/vim/.vim/.gitignore b/vim/.vim/.gitignore index 58ba36e..d6e21cd 100644 --- a/vim/.vim/.gitignore +++ b/vim/.vim/.gitignore @@ -2,4 +2,9 @@ .netrwhist plugged view -vimundo + +backup/* +swap/* +undo/* + +!*.gitkeep |