mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Bug 185301 - add .elf as a standard file association for the Executable File content type. This is used a lot for embedded systems development.
This commit is contained in:
parent
67968c79f1
commit
f152c91817
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@
|
|||
<extension point="org.eclipse.core.runtime.contentTypes">
|
||||
<file-association
|
||||
content-type="org.eclipse.cdt.managedbuilder.core.executableFile"
|
||||
file-extensions="exe"/>
|
||||
file-extensions="exe,elf"/>
|
||||
</extension>
|
||||
|
||||
<extension point="org.eclipse.core.runtime.contentTypes">
|
||||
|
|
Loading…
Add table
Reference in a new issue