X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=.gitignore;h=e37ee5a14c1cd2f1f98c63b6658bc345b2ce13b4;hp=f0926971ebc9f9430f153974d81f58a65b03d8f0;hb=c8267930c7cff5685b33cd0174deb75a46dbb09b;hpb=22aff82cae0de384f931b4cea89c4f52ec976407 diff --git a/.gitignore b/.gitignore index f0926971eb..e37ee5a14c 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