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.
 
 
 
 
 
 

73 lines
841 B

  1. # stuff "git status" should ignore
  2. # build output
  3. .libs
  4. .deps
  5. *.o
  6. *.o.??????
  7. *.a
  8. *.lo
  9. *.la
  10. *.in
  11. # generated source files
  12. src/jtag/minidriver_imp.h
  13. src/jtag/jtag_minidriver.h
  14. # editor files
  15. *.swp
  16. src/startup.tcl
  17. startup_tcl.c
  18. xscale_debug.h
  19. bin2char
  20. bin2char.exe
  21. doc/openocd.aux
  22. doc/openocd.cp
  23. doc/openocd.cps
  24. doc/openocd.fn
  25. doc/openocd.fns
  26. doc/openocd.html
  27. doc/openocd.info
  28. doc/openocd.info-1
  29. doc/openocd.info-2
  30. doc/openocd.ky
  31. doc/openocd.log
  32. doc/openocd.pdf
  33. doc/openocd.pg
  34. doc/openocd.toc
  35. doc/openocd.tp
  36. doc/openocd.vr
  37. doc/texinfo.tex
  38. doc/version.texi
  39. src/openocd
  40. src/openocd.exe
  41. # configure/autotools output
  42. aclocal.m4
  43. autom4te.cache
  44. compile
  45. config.*
  46. configure
  47. depcomp
  48. doxygen
  49. doxygen.log
  50. Doxyfile
  51. install-sh
  52. libtool
  53. ltmain.sh
  54. Makefile
  55. mdate-sh
  56. missing
  57. stamp-h1
  58. stamp-vti
  59. INSTALL
  60. NOTES
  61. # Eclipse stuff
  62. .project
  63. .cproject
  64. .settings