1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
From: Ian Jackson <ian.jackson@citrix.com>
Date: Fri, 5 Oct 2018 18:05:48 +0100
Subject: .gitignore: Add configure output which we always delete and
regenerate
Signed-off-by: Ian Jackson <ian.jackson@citrix.com>
---
.gitignore | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/.gitignore b/.gitignore
index 53f5df0..b131d76 100644
--- a/.gitignore
+++ b/.gitignore
@@ -289,3 +289,9 @@ tools/debugger/kdd/kdd
tools/firmware/etherboot/ipxe.tar.gz
tools/firmware/etherboot/ipxe/
tools/xl/xl
+
+configure
+docs/configure
+tools/configure
+config.sub
+config.guess
|