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.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90f2c7f41a7167dd54e94909288462658781896d;p=thirdparty%2Fhaproxy.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 ae8b6a24c7..cd92620b53 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,7 @@ !/SUBVERS !/VERDATE !/VERSION +!/addons !/admin !/dev !/doc