Skip to content

Commit

Permalink
update .gitignore for better vim/neovim support
Browse files Browse the repository at this point in the history
  • Loading branch information
azadkuh committed May 26, 2016
1 parent dabd7c1 commit 901da06
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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!
Expand All @@ -32,10 +41,6 @@ Makefile*
*_plugin_import.cpp
*.swp

# java files
*.jar
*.class

# Visual studio
*.htm
*.html
Expand All @@ -51,6 +56,5 @@ Makefile*

# node.js external modules
node_modules
# YouCompleteMe
.ycm_extra_conf.*


0 comments on commit 901da06

Please sign in to comment.