X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=.gitignore;h=f8a5381d480dba32b24fae9a0b40077e55d9d564;hp=e0643331ea1c0a14499d787c3f8c37c99bdd5d8d;hb=f86137066a6b42c46c457c9837a8015990bf71e6;hpb=00f2c9e062ef744ee2e1139244fc6ddcf0ca4d76 diff --git a/.gitignore b/.gitignore index e0643331ea..f8a5381d48 100644 --- a/.gitignore +++ b/.gitignore @@ -1,14 +1,24 @@ # stuff "git status" should ignore # build output -.* +.libs +.deps *.o +*.o.?????? *.a *.lo *.la *.in + +# editor files +*.swp + startup_tcl.c +xscale_debug.h + bin2char +bin2char.exe + doc/openocd.aux doc/openocd.cp doc/openocd.cps @@ -16,6 +26,8 @@ doc/openocd.fn doc/openocd.fns doc/openocd.html doc/openocd.info +doc/openocd.info-1 +doc/openocd.info-2 doc/openocd.ky doc/openocd.log doc/openocd.pdf @@ -26,6 +38,7 @@ doc/openocd.vr doc/texinfo.tex doc/version.texi src/openocd +src/openocd.exe # configure/autotools output aclocal.m4 @@ -47,3 +60,7 @@ stamp-h1 stamp-vti INSTALL NOTES + +# Eclipse stuff +.project +