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.
 
 
 
 
 
 

60 lines
613 B

  1. *_parse.c
  2. *_parse.h
  3. *_scan.c
  4. /ar-lib
  5. /config.h
  6. /config.h.in
  7. /config.log
  8. /config.status
  9. /src/lib/.deps/
  10. /src/tools/.deps/
  11. /src/tools/cuebreakpoints
  12. /src/tools/cueconvert
  13. /src/tools/cueprint
  14. /ylwrap
  15. Makefile
  16. # Object files
  17. *.o
  18. *.ko
  19. *.obj
  20. *.elf
  21. # Precompiled Headers
  22. *.gch
  23. *.pch
  24. # Libraries
  25. *.lib
  26. *.a
  27. *.la
  28. *.lo
  29. # Shared objects (inc. Windows DLLs)
  30. *.dll
  31. *.so
  32. *.so.*
  33. *.dylib
  34. # Executables
  35. *.exe
  36. *.out
  37. *.app
  38. *.i*86
  39. *.x86_64
  40. *.hex
  41. # http://www.gnu.org/software/automake
  42. Makefile.in
  43. # http://www.gnu.org/software/autoconf
  44. /autom4te.cache
  45. /aclocal.m4
  46. /compile
  47. /configure
  48. /depcomp
  49. /install-sh
  50. /missing
  51. /stamp-h1