mmc-utils: expand .gitignore

Instead of adding .o and .o.d files for the files that are not
explicitly mentioned, add a pattern matching also all future files of
these types. This makes git status stop to mention

	3rdparty/hmac_sha/.hmac_sha2.o.d
	3rdparty/hmac_sha/.sha2.o.d
	3rdparty/hmac_sha/hmac_sha2.o
	3rdparty/hmac_sha/sha2.o
	.lsmmc.o.d
	lsmmc.o

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Chris Ball <chris@printf.net>
This commit is contained in:
Uwe Kleine-König 2017-12-21 11:28:00 +01:00 committed by Chris Ball
parent a04361659d
commit cf7b3fe489

8
.gitignore vendored
View File

@ -1,5 +1,3 @@
.mmc.o.d
.mmc_cmds.o.d
mmc
mmc.o
mmc_cmds.o
.*.o.d
*.o
/mmc