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.

45 lines
761 B

  1. From b56b0a4bdf3e11271caab744f532cb055c517b51 Mon Sep 17 00:00:00 2001
  2. From: Mathieu Parent <math.parent@gmail.com>
  3. Date: Sat, 24 Oct 2009 17:12:42 +0200
  4. Subject: [PATCH 2/7] gitignore for autotools files
  5. ---
  6. pico/.gitignore | 32 ++++++++++++++++++++++++++++++++
  7. 1 files changed, 32 insertions(+), 0 deletions(-)
  8. create mode 100644 pico/.gitignore
  9. --- /dev/null
  10. +++ b/pico/.gitignore
  11. @@ -0,0 +1,32 @@
  12. +#created by aclocal
  13. +autom4te.cache
  14. +aclocal.m4
  15. +
  16. +#created by libtoolize
  17. +m4
  18. +ltmain.sh
  19. +
  20. +#created by autoconf
  21. +configure
  22. +
  23. +#created by automake
  24. +install-sh
  25. +missing
  26. +depcomp
  27. +Makefile.in
  28. +config.guess
  29. +config.sub
  30. +
  31. +#created by ./configure
  32. +.deps
  33. +Makefile
  34. +config.log
  35. +config.status
  36. +libtool
  37. +
  38. +#created by make
  39. +*.o
  40. +*.lo
  41. +.libs
  42. +libttspico.la
  43. +