forked from pool/haproxy
26c4149063
- Backport patches from upstream: - BUG/MINOR: http: remove stupid HTTP_METH_NONE entry - BUG/MAJOR: http: don't call http_send_name_header() after an error - Add 0014-BUG-MINOR-http-remove-stupid-HTTP_METH_NONE-entry.patch - Add 0015-BUG-MAJOR-http-don-t-call-http_send_name_header-afte.patch - Backport patches from upstream: - BUG/MINOR: log: missing some ARGC_* entries in fmt_directives() - DOC: usesrc root privileges requirements - BUILD: ssl: Allow building against libssl without SSLv3. - DOC/MINOR: fix OpenBSD versions where haproxy works - BUG/MINOR: http/sample: gmtime/localtime can fail - DOC: typo in 'redirect', 302 code meaning - DOC: mention that %ms is left-padded with zeroes. - CLEANUP: .gitignore: ignore more test files - CLEANUP: .gitignore: finally ignore everything but what is known. - MEDIUM: config: emit a warning on a frontend without listener - BUG/MEDIUM: counters: ensure that src_{inc,clr}_gpc0 creates a missing entry - DOC: ssl: missing LF - DOC: fix example of http-request using ssl_fc_session_id - Add 0001-BUG-MINOR-log-missing-some-ARGC_-entries-in-fmt_dire.patch - Add 0002-DOC-usesrc-root-privileges-requirements.patch - Add 0003-BUILD-ssl-Allow-building-against-libssl-without-SSLv.patch - Add 0004-DOC-MINOR-fix-OpenBSD-versions-where-haproxy-works.patch - Add 0005-BUG-MINOR-http-sample-gmtime-localtime-can-fail.patch - Add 0006-DOC-typo-in-redirect-302-code-meaning.patch - Add 0007-DOC-mention-that-ms-is-left-padded-with-zeroes.patch - Add 0008-CLEANUP-.gitignore-ignore-more-test-files.patch - Add 0009-CLEANUP-.gitignore-finally-ignore-everything-but-wha.patch - Add 0010-MEDIUM-config-emit-a-warning-on-a-frontend-without-l.patch (forwarded request 329653 from KGronlund) OBS-URL: https://build.opensuse.org/request/show/329654 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/haproxy?expand=0&rev=32
51 lines
952 B
Diff
51 lines
952 B
Diff
From 1104336c0ba5f474fce8fe7c0125511b59f4dd3d Mon Sep 17 00:00:00 2001
|
|
From: Willy Tarreau <w@1wt.eu>
|
|
Date: Tue, 11 Aug 2015 11:20:45 +0200
|
|
Subject: [PATCH 08/11] CLEANUP: .gitignore: ignore more test files
|
|
|
|
Exclude from "git status" many of the files that often result from
|
|
development tests and bug reports reproducers.
|
|
(cherry picked from commit de365a320ead43168e78facfa337130759783515)
|
|
---
|
|
.gitignore | 27 +++++++++++++++++++++++++++
|
|
1 file changed, 27 insertions(+)
|
|
|
|
diff --git a/.gitignore b/.gitignore
|
|
index 762f5ad..f6ccd0e 100644
|
|
--- a/.gitignore
|
|
+++ b/.gitignore
|
|
@@ -18,3 +18,30 @@ make-*
|
|
dlmalloc.c
|
|
00*.patch
|
|
*.service
|
|
+*.bak
|
|
+contrib/base64/base64rev
|
|
+contrib/halog/halog
|
|
+contrib/ip6range/ip6range
|
|
+contrib/iprange/iprange
|
|
+tests/test_hashes
|
|
+/*.cfg
|
|
+/*.conf
|
|
+/*.diff
|
|
+/*.patch
|
|
+/*.c
|
|
+/*.o
|
|
+/*.so
|
|
+/*.txt
|
|
+/*.TXT
|
|
+/*.txt.*
|
|
+/*.prof
|
|
+/*.gprof
|
|
+/*.prof.*
|
|
+/*.gprof.*
|
|
+/*.tar
|
|
+/*.tar.gz
|
|
+/*.tgz
|
|
+/*.mbox
|
|
+/*.sh
|
|
+/bug*
|
|
+/TAGS
|
|
--
|
|
2.1.4
|
|
|