From f2c3fc20deb72aa4a3baef7c55fada3cd897acf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodrigo=20Ram=C3=ADrez=20Norambuena?= Date: Mon, 3 Apr 2017 15:50:25 -0300 Subject: [PATCH] ignore git file for vim and patch --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitignore b/.gitignore index e130a22e..ecb483e8 100644 --- a/.gitignore +++ b/.gitignore @@ -65,3 +65,13 @@ Temporary Items # Ignore changes to the custom css files. /css/custom.css + +# Vim +## swap +[._]*.s[a-w][a-z] +[._]s[a-w][a-z] + +## diff patch +*.orig +*.rej +*.bak