From fdf8389ec5e1b2cf97bb0e71a6b30b1ee601c6fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dr=2E=20Christian=20Kohlsch=C3=BCtter?= Date: Mon, 22 Aug 2022 13:16:55 +0200 Subject: [PATCH] Update .gitignore (#7021) Add entries to gitignore --- .gitignore | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 90f3ff877..4021fd8ab 100644 --- a/.gitignore +++ b/.gitignore @@ -8,9 +8,17 @@ tools/esptool.exe tools/mkspiffs tools/mklittlefs tools/mkfatfs.exe + +# Ignore editor backup files and macOS system metadata .DS_Store +.*.swp +.*.swo +*~ + +# Ignore build folder +/build -#Ignore files built by Visual Studio/Visual Micro +# Ignore files built by Visual Studio/Visual Micro [Dd]ebug*/ [Rr]elease*/ .vs/ -- GitLab