From 945563f4e4e4cf4e4aa570ad64acd41702e8f9e6 Mon Sep 17 00:00:00 2001 From: Tomasz Kramkowski Date: Thu, 15 Jul 2021 17:20:56 +0100 Subject: Generate .config.rc (now .vars.rc) with redo This avoids relying on configure generating anything, this should also make it easier to ensure that git-bisect builds don't need any reconfiguring or cleans. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 0fd3620..187e67e 100644 --- a/.gitignore +++ b/.gitignore @@ -3,11 +3,12 @@ *.o *.so .compile -.config.rc .link-executable .link-library .redo/ +.vars.rc all compile_flags.txt +config.rc test test_gen -- cgit v1.2.3-54-g00ecf