diff options
author | Eneas U de Queiroz <cotequeiroz@gmail.com> | 2020-04-19 20:12:52 -0300 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2020-05-20 17:03:45 +0200 |
commit | 80b350f528644c269c8630e41a4a992734356bb3 (patch) | |
tree | 6e81206660a830f92c1727f7066b45cec7eba2b0 /scripts/config/.gitignore | |
parent | db6c1214e0fbf9b9268f2ea2c90e7d6da4f1a577 (diff) | |
download | upstream-80b350f528644c269c8630e41a4a992734356bb3.tar.gz upstream-80b350f528644c269c8630e41a4a992734356bb3.tar.bz2 upstream-80b350f528644c269c8630e41a4a992734356bb3.zip |
build: have config-clean deal with old temp files
This is a temporary commit to have 'make config-clean' remove
temporary files from the previous scripts/config version.
The .gitignore file is updated to deal with the old files as well.
Cc: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Diffstat (limited to 'scripts/config/.gitignore')
-rw-r--r-- | scripts/config/.gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/config/.gitignore b/scripts/config/.gitignore index b5bf92f66d..737c5b7953 100644 --- a/scripts/config/.gitignore +++ b/scripts/config/.gitignore @@ -12,3 +12,10 @@ mconf nconf qconf gconf + +# +# temporary files from older version. Should be removed +# +zconf.???.c +zconf.hash.c +.tmp_qtcheck |