mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 06:23:53 +01:00
Merge pull request #4641 from gebart/pr/gitignore-clang-complete
gitignore: Add .clang_complete and YouCompleteMe
This commit is contained in:
commit
fda043ad21
6
.gitignore
vendored
6
.gitignore
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user