0015-Add-.gitignore.patch 831 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. From def92a2db269d4ea6d2e8b7f8fe9dd473886a6b1 Mon Sep 17 00:00:00 2001
  2. From: Michael Heimpold <mhei@heimpold.de>
  3. Date: Sun, 17 Jul 2016 01:08:47 +0200
  4. Subject: [PATCH 15/16] Add .gitignore
  5. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
  6. ---
  7. .gitignore | 28 ++++++++++++++++++++++++++++
  8. 1 file changed, 28 insertions(+)
  9. create mode 100644 .gitignore
  10. diff --git a/.gitignore b/.gitignore
  11. new file mode 100644
  12. index 0000000..dae52e8
  13. --- /dev/null
  14. +++ b/.gitignore
  15. @@ -0,0 +1,28 @@
  16. +.deps
  17. +.libs
  18. +Makefile
  19. +Makefile.fragments
  20. +Makefile.global
  21. +Makefile.objects
  22. +acinclude.m4
  23. +aclocal.m4
  24. +autom4te.cache
  25. +build
  26. +config.guess
  27. +config.h
  28. +config.h.in
  29. +config.log
  30. +config.nice
  31. +config.status
  32. +config.sub
  33. +configure
  34. +configure.in
  35. +*.la
  36. +*.lo
  37. +install-sh
  38. +libtool
  39. +ltmain.sh
  40. +missing
  41. +mkinstalldirs
  42. +modules
  43. +run-tests.php
  44. --
  45. 2.5.0