1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 15:03:53 +01:00

Merge pull request #15250 from benpicco/gitignore-elf

.gitignore: ignore .elf
This commit is contained in:
Alexandre Abadie 2020-10-20 10:50:10 +02:00 committed by GitHub
commit 5db04f0300
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
.gitignore vendored
View File

@ -1,5 +1,7 @@
# Object files
*.o
# Target files
*.elf
# Documentation artifacts
doc/doxygen/html
doc/doxygen/latex