From 69b4ae2988933866c11ebeffc04167162bc363d8 Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Sun, 16 Oct 2016 20:00:25 -0400 Subject: [PATCH] Added vim temporary files to .gitignore (#14) --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index eb1535e41..46e91b3dd 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,12 @@ buck-out/ \.buckd/ android/app/libs android/keystores/debug.keystore + +# Vim +[._]*.s[a-w][a-z] +[._]s[a-w][a-z] +*.un~ +Session.vim +.netrwhist +*~ +tags