From: Vincent Bernat Date: Wed, 14 Oct 2015 19:43:58 +0000 (+0200) Subject: CLEANUP: don't ignore debian/ directory if present X-Git-Tag: v1.7-dev1~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=638f66ac05f092400676ccd28f44a2869a88d5d8;p=thirdparty%2Fhaproxy.git CLEANUP: don't ignore debian/ directory if present This makes packaging with git tools easier as it is not possible to cancel anything in debian/.gitignore since the whole directory is ignored. --- diff --git a/.gitignore b/.gitignore index 45ff1c3723..0292bcc1b4 100644 --- a/.gitignore +++ b/.gitignore @@ -68,3 +68,4 @@ tests/test_hashes !/include !/src !/tests +!/debian