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.
 
 
 
 
 
 

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