From 454e706d1f727a7cc43b96aad594bd4f4ef1beb4 Mon Sep 17 00:00:00 2001 From: David Arvelo Date: Mon, 9 Jun 2014 15:12:37 -0400 Subject: [PATCH] Add ignores for vim, TernJS - vim-related ignores from https://github.com/github/gitignore/blob/master/Global/vim.gitignore --- .gitignore | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index bb8005fc7f..f7a845f0c9 100644 --- a/.gitignore +++ b/.gitignore @@ -20,9 +20,18 @@ bower_components projectFilesBackup .DS_Store + +# vim-related +[._]*.s[a-w][a-z] +[._]s[a-w][a-z] +*.un~ +Session.vim +.netrwhist +.vimrc *~ -*.swp -*.swo + +# TernJS +.tern-project # Ghost DB file *.db