Merge pull request #6419 from s-hadinger/asm_gitignore

Adding firmware.asm to .gitignore
This commit is contained in:
Theo Arends 2019-09-14 10:58:50 +02:00 committed by GitHub
commit ee7dc4e5bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -10,6 +10,7 @@
sonoff/user_config_override.h
build
firmware.map
firmware.asm
## Visual Studio Code specific ######
.vscode