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.
 
 
 
 
 
 

66 lines
716 B

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