Skip to content
Snippets Groups Projects
Commit 0b72e4ca authored by David Georg Reichelt's avatar David Georg Reichelt
Browse files

Do not version eclipse project files

parent 25a48a1c
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,10 @@
/build/
/benchmark/**
# Ignore eclipse project files
.project
# Do not store compile results
compile-results/
......
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>MooBench</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.buildship.core.gradleprojectbuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>de.walware.statet.r.builders.RSupport</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>de.walware.statet.base.StatetNature</nature>
<nature>de.walware.statet.r.RNature</nature>
<nature>org.eclipse.buildship.core.gradleprojectnature</nature>
</natures>
</projectDescription>
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