From 85769af94d21aa545de1f02184378d065d56e4f8 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 5 Oct 2018 18:05:48 +0100 Subject: [PATCH] .gitignore: Add configure output which we always delete and regenerate Signed-off-by: Ian Jackson --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index c5032f35cc..d62277aa09 100644 --- a/.gitignore +++ b/.gitignore @@ -424,3 +424,9 @@ tools/xl/xl docs/txt/misc/*.txt docs/txt/man/*.txt docs/figs/*.png + +configure +docs/configure +tools/configure +config.sub +config.guess -- 2.30.2