From 556fa416d1481a378183b1943453c6567e62fc21 Mon Sep 17 00:00:00 2001 From: Antonio Ossa Guerra Date: Mon, 17 Oct 2022 10:38:45 -0300 Subject: [PATCH] Update CHANGES.md Add entry about fixed bug: .gitignore being skipped when more than one source directory was given Signed-off-by: Antonio Ossa Guerra --- CHANGES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index ba9f4c06f28..b1e8f6c75b1 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -18,6 +18,9 @@ +- Fix incorrectly ignoring .gitignore presence when more than one source directory is + specified (#3336) + ### Packaging