Skip to content

Commit

Permalink
Merge pull request #4641 from gebart/pr/gitignore-clang-complete
Browse files Browse the repository at this point in the history
gitignore: Add .clang_complete and YouCompleteMe
  • Loading branch information
Joakim Nohlgård committed Jan 15, 2016
2 parents c644f83 + 970dc80 commit fda043a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Expand Up @@ -53,3 +53,9 @@ pkg/wakaama/wakaama

# Vagrant
.vagrant

# clang-complete command line argument lists (Vim: clang-complete, Atom: linter-clang, autocomplete-clang addons)
.clang_complete
# YouCompleteMe (https://github.com/Valloric/YouCompleteMe)
.ycm_extra_conf.py
.ycm_extra_conf.pyc

0 comments on commit fda043a

Please sign in to comment.