Quantcast
Channel: Serverphorums.com - HAProxy
Viewing all articles
Browse latest Browse all 5112

[PATCH] CLEANUP: don't ignore debian/ directory if present (1 reply)

$
0
0
From: Vincent Bernat <vincent@bernat.im>

This makes packaging with git tools easier as it is not possible to
cancel anything in debian/.gitignore since the whole directory is
ignored.
---
.gitignore | 1 +
1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 45ff1c37236e..0292bcc1b4ce 100644
--- a/.gitignore
+++ b/.gitignore
@@ -68,3 +68,4 @@ tests/test_hashes
!/include
!/src
!/tests
+!/debian
--
2.6.1

Viewing all articles
Browse latest Browse all 5112

Trending Articles