commit | 90f2c7f41a7167dd54e94909288462658781896d | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri May 07 16:46:52 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri May 07 16:48:14 2021 +0200 |
tree | 2b5be5b56daf4ecc8bab682ee4c9afe0af4c400f | |
parent | 7c980dffad9ff02b283da1dfb7f8b3e71a799d75 [diff] |
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 ae8b6a2..cd92620 100644 --- a/.gitignore +++ b/.gitignore
@@ -19,6 +19,7 @@ !/SUBVERS !/VERDATE !/VERSION +!/addons !/admin !/dev !/doc