X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=.gitignore;h=103dad2c75f1633f7cada05dd0c31ef5afebd877;hb=cca64798f8f01f2f06dbc020113cf9497b56f68b;hp=3e6e1e94feb7d94eff32ce482000382db5994f58;hpb=91e47f3ab8875176b6f6ac9244562f42f140467d;p=openocd.git diff --git a/.gitignore b/.gitignore index 3e6e1e94fe..103dad2c75 100644 --- a/.gitignore +++ b/.gitignore @@ -52,27 +52,24 @@ doc/openocd.pg doc/openocd.toc doc/openocd.tp doc/openocd.vr -doc/texinfo.tex doc/version.texi src/openocd src/openocd.exe # configure/autotools output +/build-aux/ aclocal.m4 autom4te.cache -compile -config.* +config.h +config.log +config.status configure -depcomp doxygen doxygen.log Doxyfile -install-sh libtool -ltmain.sh Makefile -mdate-sh -missing +!contrib/loaders/**/Makefile stamp-h1 stamp-vti INSTALL @@ -98,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