X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=.gitignore;h=103dad2c75f1633f7cada05dd0c31ef5afebd877;hb=HEAD;hp=955ca3c2e0acc8dc7faa08d37267999d943649f7;hpb=9188115296917ce74ad5b0f83451414735225ce5;p=openocd.git diff --git a/.gitignore b/.gitignore index 955ca3c2e0..103dad2c75 100644 --- a/.gitignore +++ b/.gitignore @@ -100,3 +100,14 @@ tags 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