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.kaiwu.me/postgresql/log/contrib/postgres_fdw/static/gitweb.js?a=commitdiff_plain;h=638f66ac05f092400676ccd28f44a2869a88d5d8;p=haproxy.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 45ff1c372..0292bcc1b 100644 --- a/.gitignore +++ b/.gitignore @@ -68,3 +68,4 @@ tests/test_hashes !/include !/src !/tests +!/debian