diff options
author | Tomasz Kramkowski <tk@the-tk.com> | 2021-07-15 17:20:56 +0100 |
---|---|---|
committer | Tomasz Kramkowski <tk@the-tk.com> | 2021-07-15 17:20:56 +0100 |
commit | 945563f4e4e4cf4e4aa570ad64acd41702e8f9e6 (patch) | |
tree | 3971802d9f6133c2e16dd25578c98ea75e2bfb47 /.gitignore | |
parent | 18e1756dfb07d0adbd4f045534a18194839fe86c (diff) | |
download | pack-945563f4e4e4cf4e4aa570ad64acd41702e8f9e6.tar.gz pack-945563f4e4e4cf4e4aa570ad64acd41702e8f9e6.tar.xz pack-945563f4e4e4cf4e4aa570ad64acd41702e8f9e6.zip |
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.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |