X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=.gitignore;h=0f217a980eaf4b38c2f7ec05e8289f2da89b6cb4;hp=f0926971ebc9f9430f153974d81f58a65b03d8f0;hb=b9417ea19c93442679b352a415e5542a573cd08d;hpb=4aacf01e194d09fb55dc759fc42ac42c8432c015 diff --git a/.gitignore b/.gitignore index f0926971eb..0f217a980e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,14 +1,41 @@ # stuff "git status" should ignore # build output -.* +.libs +.deps +.dirstamp *.o +*.o.?????? *.a *.lo *.la *.in -startup_tcl.c + +# 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 + doc/openocd.aux doc/openocd.cp doc/openocd.cps @@ -28,6 +55,7 @@ doc/openocd.vr doc/texinfo.tex doc/version.texi src/openocd +src/openocd.exe # configure/autotools output aclocal.m4 @@ -43,6 +71,7 @@ install-sh libtool ltmain.sh Makefile +!contrib/loaders/**/Makefile mdate-sh missing stamp-h1 @@ -50,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