aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBaruch Siach2018-06-21 01:03:00 -0500
committerTom Rini2018-07-10 15:56:00 -0500
commit421be6fca5cbe0d9dd3a10467529eed53528c258 (patch)
tree77f43f89bcfeba515f48f7793ea226f772c822f4 /.gitignore
parent795f452eeff157b994a783d78d00e0108463b993 (diff)
downloadu-boot-421be6fca5cbe0d9dd3a10467529eed53528c258.tar.gz
u-boot-421be6fca5cbe0d9dd3a10467529eed53528c258.tar.xz
u-boot-421be6fca5cbe0d9dd3a10467529eed53528c258.zip
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--.gitignore2
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 @@
8.* 8.*
9*.a 9*.a
10*.bin 10*.bin
11*.cfgtmp 11*.cfgout
12*.dtb 12*.dtb
13*.dtb.S 13*.dtb.S
14*.elf 14*.elf