Merge pull request #11676 from s-hadinger/gitignore_compile_artefacts

Ignore compilation artefacts
This commit is contained in:
Theo Arends 2021-04-11 21:46:41 +02:00 committed by GitHub
commit 5f565df6c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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