.gitignore: ignore .elf files
Prevent firmware files from accidentally being commited.
This commit is contained in:
parent
d98f93513f
commit
4e9a40714d
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,5 +1,7 @@
|
|||||||
# Object files
|
# Object files
|
||||||
*.o
|
*.o
|
||||||
|
# Target files
|
||||||
|
*.elf
|
||||||
# Documentation artifacts
|
# Documentation artifacts
|
||||||
doc/doxygen/html
|
doc/doxygen/html
|
||||||
doc/doxygen/latex
|
doc/doxygen/latex
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user