X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=.gitignore;h=103dad2c75f1633f7cada05dd0c31ef5afebd877;hb=9dc1d90f64168863d350694d38e5ff7f20a57a7e;hp=e25d1ba96dfe200af840e848e8b81b1d33e7e730;hpb=909d45e35c4d189a0424744a9ecf65227811b019;p=openocd.git diff --git a/.gitignore b/.gitignore index e25d1ba96d..103dad2c75 100644 --- a/.gitignore +++ b/.gitignore @@ -95,3 +95,19 @@ TAGS # ctags tag files tags + +# GNU Global tag files +GPATH +GRTAGS +GTAGS + +# checkpatch script files +.checkpatch-camelcase.* + +# clangd (e.g. for advanced code completion and linting) generates cache files +# into .cache +.cache + +# A compile_commands.json can be generated using bear and will help tools such +# as clangd to locate header files and use correct $CFLAGS +compile_commands.json