X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=.gitignore;h=955ca3c2e0acc8dc7faa08d37267999d943649f7;hb=refs%2Fchanges%2F07%2F6607%2F3;hp=0491508c26d9841a83472d58c99f84032a933ad7;hpb=9a8fe44c83e466b93ef67d4c47b6fc84578d8e3d;p=openocd.git diff --git a/.gitignore b/.gitignore index 0491508c26..955ca3c2e0 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,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 @@ -68,6 +77,7 @@ NOTES # coexist with quilt patches +*.patch # Eclipse stuff .project @@ -76,3 +86,17 @@ patches # Emacs temp files *~ + +# Emacs TAGS file +TAGS + +# CScope database files +*cscope.out + +# ctags tag files +tags + +# GNU Global tag files +GPATH +GRTAGS +GTAGS