commit | cf7b3fe48917a8b5d2005404142a3ba0cf0fa7ad | [log] [tgz] |
---|---|---|
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | Thu Dec 21 11:28:00 2017 +0100 |
committer | Chris Ball <chris@printf.net> | Fri Feb 16 20:19:35 2018 -0500 |
tree | d667220ccd025bd342da9c6b7e2d2a7780a30f53 | |
parent | a04361659d1b394f1a8dde9c44de5a0846e5c771 [diff] |
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>