aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2017-12-21 11:28:00 +0100
committerChris Ball <chris@printf.net>2018-02-16 20:19:35 -0500
commitcf7b3fe48917a8b5d2005404142a3ba0cf0fa7ad (patch)
treed667220ccd025bd342da9c6b7e2d2a7780a30f53
parenta04361659d1b394f1a8dde9c44de5a0846e5c771 (diff)
downloadmmc-utils-cf7b3fe48917a8b5d2005404142a3ba0cf0fa7ad.tar.gz
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>
-rw-r--r--.gitignore8
1 files changed, 3 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index 5a94d47..2a0cb30 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,3 @@
-.mmc.o.d
-.mmc_cmds.o.d
-mmc
-mmc.o
-mmc_cmds.o
+.*.o.d
+*.o
+/mmc