You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

56 lines
638 B

  1. # stuff "git status" should ignore
  2. # build output
  3. .*
  4. *.o
  5. *.a
  6. *.lo
  7. *.la
  8. *.in
  9. startup_tcl.c
  10. bin2char
  11. doc/openocd.aux
  12. doc/openocd.cp
  13. doc/openocd.cps
  14. doc/openocd.fn
  15. doc/openocd.fns
  16. doc/openocd.html
  17. doc/openocd.info
  18. doc/openocd.info-1
  19. doc/openocd.info-2
  20. doc/openocd.ky
  21. doc/openocd.log
  22. doc/openocd.pdf
  23. doc/openocd.pg
  24. doc/openocd.toc
  25. doc/openocd.tp
  26. doc/openocd.vr
  27. doc/texinfo.tex
  28. doc/version.texi
  29. src/openocd
  30. # configure/autotools output
  31. aclocal.m4
  32. autom4te.cache
  33. compile
  34. config.*
  35. configure
  36. depcomp
  37. doxygen
  38. doxygen.log
  39. Doxyfile
  40. install-sh
  41. libtool
  42. ltmain.sh
  43. Makefile
  44. mdate-sh
  45. missing
  46. stamp-h1
  47. stamp-vti
  48. INSTALL
  49. NOTES
  50. # Eclipse stuff
  51. .project