Merge pull request #440 from obbardc/wip/obbardc/ignore-bin

Ignore built binary files
This commit is contained in:
Daniel Öster 2024-09-06 16:43:54 +03:00 committed by GitHub
commit 2da85e9fc9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

5
.gitignore vendored
View file

@ -18,4 +18,7 @@ logs
# Ignore upload command (removes the need to re-compile after Verify when running Download, in e.g. VS Code)
upload.bat
compile.bat
compile.bat
# Ignore binary files
*.bin