From 1535e24a55245627204aa93d402e55076aaef579 Mon Sep 17 00:00:00 2001 From: Stephan Hadinger Date: Sun, 11 Apr 2021 20:01:26 +0200 Subject: [PATCH] Ignore compilation artefacts --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 503ccf780..53c8da544 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,13 @@ ## OS specific ######## .DS_Store .fuse_hidden* + +## Compilation artefacts ######## *.pyc +*.d +*.o +*.gcno +*.gcda ## Project files ###### .platformio