X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=.gitignore;h=f1021b26380ea9251ef69c3688edbf9a51d1304a;hp=ec8c9a731ef21cecdd40ced7b319506445807534;hb=05c6c871e3328dd38dc46ea11b3b9b546feb7850;hpb=5cf0af002c27e8e73c12f11ff1806f1d33c20b98 diff --git a/.gitignore b/.gitignore index ec8c9a731e..f1021b2638 100644 --- a/.gitignore +++ b/.gitignore @@ -1,15 +1,37 @@ # stuff "git status" should ignore # build output -.* +.libs +.deps +.dirstamp *.o +*.o.?????? *.a *.lo *.la *.in -startup_tcl.c -xscale_debug.h +# generated source files +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.inc +xscale_debug.inc bin2char bin2char.exe @@ -30,9 +52,10 @@ doc/openocd.pg doc/openocd.toc doc/openocd.tp doc/openocd.vr -doc/texinfo.tex doc/version.texi +texinfo.tex src/openocd +src/openocd.exe # configure/autotools output aclocal.m4 @@ -48,6 +71,7 @@ install-sh libtool ltmain.sh Makefile +!contrib/loaders/**/Makefile mdate-sh missing stamp-h1 @@ -55,6 +79,23 @@ stamp-vti INSTALL NOTES +# coexist with quilt +patches +*.patch + # Eclipse stuff .project +.cproject +.settings + +# Emacs temp files +*~ + +# Emacs TAGS file +TAGS + +# CScope database files +*cscope.out +# ctags tag files +tags