diff options
author | Peter Powell <petpow@saberuk.com> | 2014-10-01 19:52:26 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2014-12-07 22:36:42 +0000 |
commit | 133b110534ec3386d8735020e8679236002b6ed1 (patch) | |
tree | d4850417eb23a175e68a20ab70b5b9912a242e44 /.gitignore | |
parent | 500a0524d94d596b327ed9aaa17fd0a8ce9ebf96 (diff) |
Improve configure cache file handling.
- Add a version number to the configure cache file.
- Disable configure cache file in non-interactive mode.
- Rename configure cache file to .configure.cache to avoid 2.0 files.
- Use run_test to produce the "reading .configure.cache" message.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index 8b09fdb5e..ca364ecfc 100644 --- a/.gitignore +++ b/.gitignore @@ -2,9 +2,9 @@ *.pem *.swp -/.config.cache -/.gdbargs -/.modulemanager +.* +!.git* + /BSDmakefile /GNUmakefile /build |