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.

50 lines
952 B

  1. From 1104336c0ba5f474fce8fe7c0125511b59f4dd3d Mon Sep 17 00:00:00 2001
  2. From: Willy Tarreau <w@1wt.eu>
  3. Date: Tue, 11 Aug 2015 11:20:45 +0200
  4. Subject: [PATCH 08/13] CLEANUP: .gitignore: ignore more test files
  5. Exclude from "git status" many of the files that often result from
  6. development tests and bug reports reproducers.
  7. (cherry picked from commit de365a320ead43168e78facfa337130759783515)
  8. ---
  9. .gitignore | 27 +++++++++++++++++++++++++++
  10. 1 file changed, 27 insertions(+)
  11. diff --git a/.gitignore b/.gitignore
  12. index 762f5ad..f6ccd0e 100644
  13. --- a/.gitignore
  14. +++ b/.gitignore
  15. @@ -18,3 +18,30 @@ make-*
  16. dlmalloc.c
  17. 00*.patch
  18. *.service
  19. +*.bak
  20. +contrib/base64/base64rev
  21. +contrib/halog/halog
  22. +contrib/ip6range/ip6range
  23. +contrib/iprange/iprange
  24. +tests/test_hashes
  25. +/*.cfg
  26. +/*.conf
  27. +/*.diff
  28. +/*.patch
  29. +/*.c
  30. +/*.o
  31. +/*.so
  32. +/*.txt
  33. +/*.TXT
  34. +/*.txt.*
  35. +/*.prof
  36. +/*.gprof
  37. +/*.prof.*
  38. +/*.gprof.*
  39. +/*.tar
  40. +/*.tar.gz
  41. +/*.tgz
  42. +/*.mbox
  43. +/*.sh
  44. +/bug*
  45. +/TAGS
  46. --
  47. 2.4.6