mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +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">
|
||||
<file-association
|
||||
content-type="org.eclipse.cdt.managedbuilder.core.executableFile"
|
||||
file-extensions="exe,elf"/>
|
||||
file-extensions="exe,elf,out"/>
|
||||
</extension>
|
||||
|
||||
<extension point="org.eclipse.core.runtime.contentTypes">
|
||||
|
|
Loading…
Add table
Reference in a new issue