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.

44 lines
956 B

  1. From 5e077624951a65e6aae381c7213fc54984768dd4 Mon Sep 17 00:00:00 2001
  2. From: Willy Tarreau <w@1wt.eu>
  3. Date: Tue, 11 Aug 2015 11:21:47 +0200
  4. Subject: [PATCH 09/13] CLEANUP: .gitignore: finally ignore everything but what
  5. is known.
  6. Still too many files remain, it's easier to block everything but
  7. what we know.
  8. (cherry picked from commit d71f1766bdbb041f80394662b0d293f033f93005)
  9. ---
  10. .gitignore | 20 ++++++++++++++++++++
  11. 1 file changed, 20 insertions(+)
  12. diff --git a/.gitignore b/.gitignore
  13. index f6ccd0e..1953ba3 100644
  14. --- a/.gitignore
  15. +++ b/.gitignore
  16. @@ -45,3 +45,23 @@ tests/test_hashes
  17. /*.sh
  18. /bug*
  19. /TAGS
  20. +# Below we forbid everything and only allow what we know, that's much easier
  21. +# than blocking about 500 different test files and bug report outputs.
  22. +/.*
  23. +/*
  24. +!/.gitignore
  25. +!/CHANGELOG
  26. +!/LICENSE
  27. +!/Makefile
  28. +!/README
  29. +!/ROADMAP
  30. +!/SUBVERS
  31. +!/VERDATE
  32. +!/VERSION
  33. +!/contrib
  34. +!/doc
  35. +!/ebtree
  36. +!/examples
  37. +!/include
  38. +!/src
  39. +!/tests
  40. --
  41. 2.4.6