mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-10 17:55:39 +02:00
Bug 191686 - added .out extension to executables content type.
This commit is contained in:
parent
2f72db3571
commit
70485d4e01
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@
|
||||||
<extension point="org.eclipse.core.runtime.contentTypes">
|
<extension point="org.eclipse.core.runtime.contentTypes">
|
||||||
<file-association
|
<file-association
|
||||||
content-type="org.eclipse.cdt.managedbuilder.core.executableFile"
|
content-type="org.eclipse.cdt.managedbuilder.core.executableFile"
|
||||||
file-extensions="exe,elf"/>
|
file-extensions="exe,elf,out"/>
|
||||||
</extension>
|
</extension>
|
||||||
|
|
||||||
<extension point="org.eclipse.core.runtime.contentTypes">
|
<extension point="org.eclipse.core.runtime.contentTypes">
|
||||||
|
|
Loading…
Add table
Reference in a new issue