X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=.gitignore;h=5ec831ed84b91a5b9da58fdd45da68c1af5e3d03;hb=ec88ccc51cb5d8594ae95660c826954f3a9042ec;hp=f0926971ebc9f9430f153974d81f58a65b03d8f0;hpb=22aff82cae0de384f931b4cea89c4f52ec976407;p=openocd.git diff --git a/.gitignore b/.gitignore index f0926971eb..5ec831ed84 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 @@ -52,4 +68,5 @@ NOTES # Eclipse stuff .project - +.cproject +.settings