Ignore compilation artefacts

This commit is contained in:
Stephan Hadinger 2021-04-11 20:01:26 +02:00
parent c2cde43a54
commit 1535e24a55
1 changed files with 6 additions and 0 deletions

6
.gitignore vendored
View File

@ -1,7 +1,13 @@
## OS specific ########
.DS_Store
.fuse_hidden*
## Compilation artefacts ########
*.pyc
*.d
*.o
*.gcno
*.gcda
## Project files ######
.platformio