diff options
author | Baruch Siach <baruch@tkos.co.il> | 2018-06-21 09:03:00 +0300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-07-10 16:56:00 -0400 |
commit | 421be6fca5cbe0d9dd3a10467529eed53528c258 (patch) | |
tree | 77f43f89bcfeba515f48f7793ea226f772c822f4 /.gitignore | |
parent | 795f452eeff157b994a783d78d00e0108463b993 (diff) |
Makefile: drop mention of *.cfgtmp
Since commit f916757300 (imx: Create distinct pre-processed mkimage
config files), *.cfgtmp files are no longer generated. There is no need
to remove them on the 'clean' target anymore.
Rename the .gitignore glob to *.cfgout.
Cc: Trent Piepho <tpiepho@impinj.com>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 6bb0adefa7..8d18d6f49b 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,7 @@ .* *.a *.bin -*.cfgtmp +*.cfgout *.dtb *.dtb.S *.elf |