X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=.gitignore;h=f5aa68a405982a5767beaf613594ef1388559da4;hb=7d2ea186cf212c64a8e5b10725e0a2512a137fbe;hp=28123049c8bdbd7201c3d3c923d192f78c851ce6;hpb=3fa99ed2bfd01c06acc21e50445b096d71ceed18;p=openocd.git diff --git a/.gitignore b/.gitignore index 28123049c8..f5aa68a405 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ # build output .libs .deps +.dirstamp *.o *.o.?????? *.a @@ -14,12 +15,23 @@ src/jtag/minidriver_imp.h src/jtag/jtag_minidriver.h +# OpenULINK driver files generated by SDCC +src/jtag/drivers/OpenULINK/*.rel +src/jtag/drivers/OpenULINK/*.asm +src/jtag/drivers/OpenULINK/*.lst +src/jtag/drivers/OpenULINK/*.sym +src/jtag/drivers/OpenULINK/*.map +src/jtag/drivers/OpenULINK/*.mem +src/jtag/drivers/OpenULINK/*.lk +src/jtag/drivers/OpenULINK/*.ihx +src/jtag/drivers/OpenULINK/*.rst + # editor files *.swp src/startup.tcl -startup_tcl.c -xscale_debug.h +startup_tcl.inc +xscale_debug.inc bin2char bin2char.exe @@ -40,27 +52,25 @@ 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 +*-libtool Makefile -mdate-sh -missing +!contrib/loaders/**/Makefile stamp-h1 stamp-vti INSTALL @@ -68,6 +78,7 @@ NOTES # coexist with quilt patches +*.patch # Eclipse stuff .project @@ -77,5 +88,16 @@ patches # Emacs temp files *~ +# Emacs TAGS file +TAGS + # CScope database files *cscope.out + +# ctags tag files +tags + +# GNU Global tag files +GPATH +GRTAGS +GTAGS