From a17bac1ab312765099be9f60732d4a71e2fe23b5 Mon Sep 17 00:00:00 2001 From: Saleem Rashid Date: Sun, 21 Aug 2016 20:25:35 +0100 Subject: [PATCH] gitignore: ignore *.d files Makefile in trezor/trezor-mcu uses dependency generation now, without ignoring these files, git marks the submodules as dirty. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c4255cff7..5b2841e7f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ *.o +*.d *.exe *~ test-openssl