]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: don't ignore debian/ directory if present
authorVincent Bernat <vincent@bernat.im>
Wed, 14 Oct 2015 19:43:58 +0000 (21:43 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 14 Oct 2015 20:51:45 +0000 (22:51 +0200)
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

index 45ff1c37236eb638fee00355e95109d4e6cf2569..0292bcc1b4ce7fcf6a6e92c74a3a189e38ed959c 100644 (file)
@@ -68,3 +68,4 @@ tests/test_hashes
 !/include
 !/src
 !/tests
+!/debian