Skip to content
Snippets Groups Projects
Commit c4ed8115 authored by al.schwinn's avatar al.schwinn
Browse files

added .gitignore

parent 5af19857
No related branches found
No related tags found
No related merge requests found
/features/*
/plugins/*
\ No newline at end of file
No preview for this file type
No preview for this file type
...@@ -7,4 +7,4 @@ SCRIPT=$(readlink -f "$0") ...@@ -7,4 +7,4 @@ SCRIPT=$(readlink -f "$0")
SCRIPTPATH=$(dirname "$SCRIPT") # path where this script is located in SCRIPTPATH=$(dirname "$SCRIPT") # path where this script is located in
mkdir -p ${INSTALL_DIR} mkdir -p ${INSTALL_DIR}
cp -r ${SCRIPTPATH}/* ${INSTALL_DIR} cp -ruv ${SCRIPTPATH}/* ${INSTALL_DIR}
\ No newline at end of file \ No newline at end of file
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<feature url="features/silecsEclipsePluginFeature_1.0.0.201604071714.jar" id="silecsEclipsePluginFeature" version="1.0.0.201604071714"> <feature url="features/silecsEclipsePluginFeature_1.0.0.201604071714.jar" id="silecsEclipsePluginFeature" version="1.0.0.201604071714">
<category name="0.10.0"/> <category name="0.10.0"/>
</feature> </feature>
<feature url="features/silecsEclipsePluginFeature_1.0.0.201607261627.jar" id="silecsEclipsePluginFeature" version="1.0.0.201607261627"> <feature url="features/silecsEclipsePluginFeature_1.0.0.201607291027.jar" id="silecsEclipsePluginFeature" version="1.0.0.201607291027">
<category name="1.0.0"/> <category name="1.0.0"/>
</feature> </feature>
<category-def name="0.9.0" label="0.9.0"/> <category-def name="0.9.0" label="0.9.0"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment