X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=.gitignore;h=e37ee5a14c1cd2f1f98c63b6658bc345b2ce13b4;hb=5fd1c2db9ad43cc893d6287549262f82e6932e90;hp=f0926971ebc9f9430f153974d81f58a65b03d8f0;hpb=4aacf01e194d09fb55dc759fc42ac42c8432c015;p=openocd diff --git a/.gitignore b/.gitignore index f0926971..e37ee5a1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,14 +1,29 @@ # stuff "git status" should ignore # build output -.* +.libs +.deps *.o +*.o.?????? *.a *.lo *.la *.in + +# generated source files +src/jtag/minidriver_imp.h +src/jtag/jtag_minidriver.h + +# editor files +*.swp + +src/startup.tcl startup_tcl.c +xscale_debug.h + bin2char +bin2char.exe + doc/openocd.aux doc/openocd.cp doc/openocd.cps @@ -28,6 +43,7 @@ doc/openocd.vr doc/texinfo.tex doc/version.texi src/openocd +src/openocd.exe # configure/autotools output aclocal.m4 @@ -50,6 +66,10 @@ stamp-vti INSTALL NOTES +# coexist with quilt +patches + # Eclipse stuff .project - +.cproject +.settings