gitignore: ignore waf and vim/coc files

This commit is contained in:
Ivan Avdeev 2021-01-02 17:54:58 -08:00
parent 5c99bb0979
commit 4a9101cd2a
1 changed files with 6 additions and 0 deletions

6
.gitignore vendored
View File

@ -321,8 +321,14 @@ build_current
*.unsuccessfulbuild
__pycache__
*.pyc
.waf*
# MSVC projects
*.vcproj
*.sln
*.vcxproj
# vim/coc/clangd
.cache
compile_commands.json
cscope.out