From 4a9101cd2a3e76d520b6fbcb4f6e10e8e70b29b2 Mon Sep 17 00:00:00 2001 From: Ivan Avdeev Date: Sat, 2 Jan 2021 17:54:58 -0800 Subject: [PATCH] gitignore: ignore waf and vim/coc files --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index f1d3f9ef..b0c64aca 100644 --- a/.gitignore +++ b/.gitignore @@ -321,8 +321,14 @@ build_current *.unsuccessfulbuild __pycache__ *.pyc +.waf* # MSVC projects *.vcproj *.sln *.vcxproj + +# vim/coc/clangd +.cache +compile_commands.json +cscope.out