X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=.gitignore;h=28123049c8bdbd7201c3d3c923d192f78c851ce6;hp=f0926971ebc9f9430f153974d81f58a65b03d8f0;hb=4da551732eceee87085ec6b159bef6693c704835;hpb=4aacf01e194d09fb55dc759fc42ac42c8432c015 diff --git a/.gitignore b/.gitignore index f0926971eb..28123049c8 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,16 @@ stamp-vti INSTALL NOTES +# coexist with quilt +patches + # Eclipse stuff .project +.cproject +.settings + +# Emacs temp files +*~ +# CScope database files +*cscope.out