From: Willy Tarreau Date: Fri, 7 May 2021 14:46:52 +0000 (+0200) Subject: ADDONS: make addons/ discoverable by git via .gitignore X-Git-Tag: v2.4-dev19~86 X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/static/gitweb.js?a=commitdiff_plain;h=90f2c7f41a7167dd54e94909288462658781896d;p=haproxy.git ADDONS: make addons/ discoverable by git via .gitignore When the contrib/ parts were moved to addons/, no rule was added in .gitignore to make addons/ searchable for new files, let's fix it. --- diff --git a/.gitignore b/.gitignore index ae8b6a24c..cd92620b5 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,7 @@ !/SUBVERS !/VERDATE !/VERSION +!/addons !/admin !/dev !/doc