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.

51 lines
863 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. diff --git a/pico/.gitignore b/pico/.gitignore
  10. new file mode 100644
  11. index 0000000..4235569
  12. --- /dev/null
  13. +++ b/pico/.gitignore
  14. @@ -0,0 +1,32 @@
  15. +#created by aclocal
  16. +autom4te.cache
  17. +aclocal.m4
  18. +
  19. +#created by libtoolize
  20. +m4
  21. +ltmain.sh
  22. +
  23. +#created by autoconf
  24. +configure
  25. +
  26. +#created by automake
  27. +install-sh
  28. +missing
  29. +depcomp
  30. +Makefile.in
  31. +config.guess
  32. +config.sub
  33. +
  34. +#created by ./configure
  35. +.deps
  36. +Makefile
  37. +config.log
  38. +config.status
  39. +libtool
  40. +
  41. +#created by make
  42. +*.o
  43. +*.lo
  44. +.libs
  45. +libttspico.la
  46. +
  47. --
  48. 1.7.1