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.
 
 
 
 
 
 

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