From 421be6fca5cbe0d9dd3a10467529eed53528c258 Mon Sep 17 00:00:00 2001 From: Baruch Siach Date: Thu, 21 Jun 2018 09:03:00 +0300 Subject: 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 Signed-off-by: Baruch Siach --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 6bb0ade..8d18d6f 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,7 @@ .* *.a *.bin -*.cfgtmp +*.cfgout *.dtb *.dtb.S *.elf -- cgit v1.1