X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=.gitignore;h=955ca3c2e0acc8dc7faa08d37267999d943649f7;hp=e4ac7f8af90fe87d9a906255d8fa2fb595a0f80b;hb=HEAD;hpb=b851a4949b991a9e5189b9b9276c758a63740426 diff --git a/.gitignore b/.gitignore index e4ac7f8af9..103dad2c75 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ # build output .libs .deps +.dirstamp *.o *.o.?????? *.a @@ -21,7 +22,7 @@ src/jtag/drivers/OpenULINK/*.lst src/jtag/drivers/OpenULINK/*.sym src/jtag/drivers/OpenULINK/*.map src/jtag/drivers/OpenULINK/*.mem -src/jtag/drivers/OpenULINK/*.lnk +src/jtag/drivers/OpenULINK/*.lk src/jtag/drivers/OpenULINK/*.ihx src/jtag/drivers/OpenULINK/*.rst @@ -29,8 +30,8 @@ src/jtag/drivers/OpenULINK/*.rst *.swp src/startup.tcl -startup_tcl.c -xscale_debug.h +startup_tcl.inc +xscale_debug.inc bin2char bin2char.exe @@ -51,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 @@ -79,6 +77,7 @@ NOTES # coexist with quilt patches +*.patch # Eclipse stuff .project @@ -88,5 +87,27 @@ patches # Emacs temp files *~ +# Emacs TAGS file +TAGS + # CScope database files *cscope.out + +# 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