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