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.
 
 
 
 
 
 

62 lines
685 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. xscale_debug.h
  11. bin2char
  12. bin2char.exe
  13. doc/openocd.aux
  14. doc/openocd.cp
  15. doc/openocd.cps
  16. doc/openocd.fn
  17. doc/openocd.fns
  18. doc/openocd.html
  19. doc/openocd.info
  20. doc/openocd.info-1
  21. doc/openocd.info-2
  22. doc/openocd.ky
  23. doc/openocd.log
  24. doc/openocd.pdf
  25. doc/openocd.pg
  26. doc/openocd.toc
  27. doc/openocd.tp
  28. doc/openocd.vr
  29. doc/texinfo.tex
  30. doc/version.texi
  31. src/openocd
  32. src/openocd.exe
  33. # configure/autotools output
  34. aclocal.m4
  35. autom4te.cache
  36. compile
  37. config.*
  38. configure
  39. depcomp
  40. doxygen
  41. doxygen.log
  42. Doxyfile
  43. install-sh
  44. libtool
  45. ltmain.sh
  46. Makefile
  47. mdate-sh
  48. missing
  49. stamp-h1
  50. stamp-vti
  51. INSTALL
  52. NOTES
  53. # Eclipse stuff
  54. .project