Adding eclipse file extensions to gitignore
This commit is contained in:
parent
6574560e71
commit
27b3fe226b
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,6 +1,8 @@
|
|||||||
sysgen.h
|
sysgen.h
|
||||||
*.anjuta*
|
*.anjuta*
|
||||||
|
*.*project
|
||||||
|
*.settings
|
||||||
|
*.ur-safe
|
||||||
*.mod.*
|
*.mod.*
|
||||||
8008135
|
8008135
|
||||||
*.out
|
*.out
|
||||||
|
@ -1,37 +0,0 @@
|
|||||||
<?xml version="1.0"?>
|
|
||||||
<anjuta>
|
|
||||||
<plugin name="GBF Project Manager"
|
|
||||||
url="http://anjuta.org/plugins/"
|
|
||||||
mandatory="yes">
|
|
||||||
<require group="Anjuta Plugin"
|
|
||||||
attribute="Interfaces"
|
|
||||||
value="IAnjutaProjectManager"/>
|
|
||||||
</plugin>
|
|
||||||
<plugin name="Makefile Project Backend"
|
|
||||||
url="http://anjuta.org/plugins/"
|
|
||||||
mandatory="yes">
|
|
||||||
<require group="Anjuta Plugin"
|
|
||||||
attribute="Interfaces"
|
|
||||||
value="IAnjutaProjectBackend"/>
|
|
||||||
<require group="Project"
|
|
||||||
attribute="Supported-Project-Types"
|
|
||||||
value="make"/>
|
|
||||||
</plugin>
|
|
||||||
<plugin name="Symbol Browser"
|
|
||||||
url="http://anjuta.org/plugins/"
|
|
||||||
mandatory="yes">
|
|
||||||
<require group="Anjuta Plugin"
|
|
||||||
attribute="Interfaces"
|
|
||||||
value="IAnjutaSymbolManager"/>
|
|
||||||
</plugin>
|
|
||||||
<plugin name="Make Build System"
|
|
||||||
url="http://anjuta.org/plugins/"
|
|
||||||
mandatory="yes">
|
|
||||||
<require group="Anjuta Plugin"
|
|
||||||
attribute="Interfaces"
|
|
||||||
value="IAnjutaBuildable"/>
|
|
||||||
<require group="Build"
|
|
||||||
attribute="Supported-Build-Types"
|
|
||||||
value="make"/>
|
|
||||||
</plugin>
|
|
||||||
</anjuta>
|
|
Loading…
Reference in New Issue
Block a user