From 901da06aea16fd12c324ea5b5acc417e4c918ed0 Mon Sep 17 00:00:00 2001 From: Amir Zamani Date: Thu, 26 May 2016 15:49:16 +0430 Subject: [PATCH] update .gitignore for better vim/neovim support --- .gitignore | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index dfe8bb1..098fa43 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,20 @@ # 3rdparty, tmp and build direcotry -3rdparty -tmp -xbin -docs +3rdparty/ +tmp/ +xbin/ +build/ +docs/ res/keys res/ TODO.md + +# vim/neovim / YouCompleteMe +.vimrc +.gvimrc +init.vim +Session.vim +.ycm_extra_conf.* +.color_coded* tags # ahh! OSX finder! @@ -32,10 +41,6 @@ Makefile* *_plugin_import.cpp *.swp -# java files -*.jar -*.class - # Visual studio *.htm *.html @@ -51,6 +56,5 @@ Makefile* # node.js external modules node_modules -# YouCompleteMe -.ycm_extra_conf.* +