X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=.gitignore;h=28123049c8bdbd7201c3d3c923d192f78c851ce6;hb=47b5829db40459650866488ab46008fd8b7e191c;hp=ec8c9a731ef21cecdd40ced7b319506445807534;hpb=5cf0af002c27e8e73c12f11ff1806f1d33c20b98;p=openocd.git diff --git a/.gitignore b/.gitignore index ec8c9a731e..28123049c8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,23 @@ # 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 @@ -33,6 +43,7 @@ doc/openocd.vr doc/texinfo.tex doc/version.texi src/openocd +src/openocd.exe # configure/autotools output aclocal.m4 @@ -55,6 +66,16 @@ stamp-vti INSTALL NOTES +# coexist with quilt +patches + # Eclipse stuff .project +.cproject +.settings + +# Emacs temp files +*~ +# CScope database files +*cscope.out