Update .gitignore and fixed rts plugin classpath
* We ignore generated files and folders:
- bin
- target
- xtend-gen
- ._trace
- xtumlrt.*/src
- .gitignore (we have only one global gitignore)
* The classpath for org.eclipse.papyrusrt.rts included the missing (and
unnecessary) src folder. We removed this entry.
Change-Id: I8a310946f8c0a99902c787b26f1f6059534c8fab
Signed-off-by: Ernesto Posse <eposse@gmail.com>
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..3e36259
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,7 @@
+codegen/*/bin
+codegen/*/target
+codegen/*/xtend-gen
+*._trace
+codegen/org.eclipse.papyrusrt.rts/umlrts.rts.git
+codegen/org.eclipse.papyrusrt.xtumlrt.*/src
+.gitignore
diff --git a/codegen/org.eclipse.papyrusrt.rts/.classpath b/codegen/org.eclipse.papyrusrt.rts/.classpath
index 9e307bb..67e2a52 100644
--- a/codegen/org.eclipse.papyrusrt.rts/.classpath
+++ b/codegen/org.eclipse.papyrusrt.rts/.classpath
@@ -2,6 +2,5 @@
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="src" path="src/"/>
<classpathentry kind="output" path="bin"/>
</classpath>