From 90f2c7f41a7167dd54e94909288462658781896d Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Fri, 7 May 2021 16:46:52 +0200 Subject: [PATCH] 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. --- .gitignore | 1 + 1 file changed, 1 insertion(+) 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