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