X-Git-Url: https://dev.e-taxonomy.eu/gitweb/taxeditor.git/blobdiff_plain/18358a529a0a508bad94a1a2ba23582b89d81385..5a8a1f1453f51d9a99421a6d137f707c266a08b7:/.gitattributes diff --git a/.gitattributes b/.gitattributes index 567745fa5..877a615a0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -963,6 +963,10 @@ eu.etaxonomy.taxeditor.help/src/eu/etaxonomy/taxeditor/help/Activator.java -text eu.etaxonomy.taxeditor.help/toc.xml -text eu.etaxonomy.taxeditor.help/tocgettingstarted.xml -text eu.etaxonomy.taxeditor.help/tocnameparser.xml -text +eu.etaxonomy.taxeditor.molecular/src/main/java/eu/etaxonomy/taxeditor/molecular/editor/AlignmentEditorActionUpdater.java -text +eu.etaxonomy.taxeditor.molecular/src/main/java/eu/etaxonomy/taxeditor/molecular/handler/AbstractFocusedAlignmentAreaHandler.java -text +eu.etaxonomy.taxeditor.molecular/src/main/java/eu/etaxonomy/taxeditor/molecular/handler/AlignmentEditorCutHandler.java -text +eu.etaxonomy.taxeditor.molecular/src/main/java/eu/etaxonomy/taxeditor/molecular/handler/AlignmentEditorPasteHandler.java -text eu.etaxonomy.taxeditor.navigation/.classpath -text eu.etaxonomy.taxeditor.navigation/.project -text eu.etaxonomy.taxeditor.navigation/META-INF/MANIFEST.MF -text @@ -1969,3 +1973,19 @@ src/site/fml/troubleshooting.fml -text src/site/resources/css/site.css -text src/site/resources/images/taxeditor_transformed.png -text src/site/site.xml -text + +# The following files will be ignored when merging another +# branch into this branch in case of merge conflict and +# if the 'ours' merge driver is configured. +# WARNING : This merge driver should NOT be set in development +# environments. It is supposed to be used only in CI +# environments. +# The driver can be configured by executing, +# git config --local merge.ours.driver true +**/pom.xml merge=ours +**/MANIFEST.MF merge=ours +**/feature.xml merge=ours +eu.etaxonomy.taxeditor.cdmlib/.classpath merge=ours +eu.etaxonomy.taxeditor.cdmlib/build.properties merge=ours +eu.etaxonomy.taxeditor/eu.etaxonomy.taxeditor.product merge=ours +eu.etaxonomy.taxeditor/eu.etaxonomy.taxeditor.product.with.jre merge=ours