From c37557c711ba9cd93dd4f37cef0db226e03f7912 Mon Sep 17 00:00:00 2001 From: "Dirk O. Kaar" <19971886+dok-net@users.noreply.github.com> Date: Tue, 29 Jun 2021 10:45:08 +0200 Subject: [PATCH] Update .gitignore (#5323) In current master, after get.exe, there's tools/mkfatfs.exe that must be ignored. Also cleaning up a simple duplicate line in .gitignore. This is for Windows only, any hints on what can be done for Linux, Mac, is appreciated. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 14ef53155..7da993852 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ tools/esptool tools/esptool.exe tools/mkspiffs tools/mklittlefs +tools/mkfatfs.exe .DS_Store #Ignore files built by Visual Studio/Visual Micro @@ -17,4 +18,3 @@ __vm/ .vscode/ platform.sloeber.txt boards.sloeber.txt -tools/mklittlefs -- GitLab