Forráskód Böngészése

Added .gitignore files

Andreas Muelder 10 éve
szülő
commit
58be067b2f

+ 2 - 0
de.itemis.gmf.utils/features/de.itemis.gmf.runtime.commons-feature/.gitignore

@@ -0,0 +1,2 @@
+/bin/
+/target/

+ 2 - 0
de.itemis.gmf.utils/plugins/de.itemis.gmf.runtime.commons/.gitignore

@@ -0,0 +1,2 @@
+/bin/
+/target/

+ 2 - 0
de.itemis.gmf.utils/plugins/de.itemis.gmf.runtime.treelayout/.gitignore

@@ -0,0 +1,2 @@
+/bin/
+/target/

+ 2 - 0
de.itemis.xtext.utils/features/de.itemis.xtext.utils.gmf-feature/.gitignore

@@ -0,0 +1,2 @@
+/bin/
+/target/

+ 2 - 0
de.itemis.xtext.utils/features/de.itemis.xtext.utils.jface-feature/.gitignore

@@ -0,0 +1,2 @@
+/bin/
+/target/

+ 2 - 0
de.itemis.xtext.utils/plugins/de.itemis.xtext.utils.gmf/.gitignore

@@ -0,0 +1,2 @@
+/bin/
+/target/

+ 2 - 0
de.itemis.xtext.utils/plugins/de.itemis.xtext.utils.jface/.gitignore

@@ -0,0 +1,2 @@
+/bin/
+/target/

+ 2 - 0
features/org.yakindu.base-feature/.gitignore

@@ -0,0 +1,2 @@
+/bin/
+/target/

+ 2 - 0
plugins/org.yakindu.base.expressions.edit/.gitignore

@@ -0,0 +1,2 @@
+/bin/
+/target/

+ 2 - 0
plugins/org.yakindu.base.expressions.ui/.gitignore

@@ -0,0 +1,2 @@
+/bin/
+/target/

+ 5 - 0
plugins/org.yakindu.base.expressions.ui/src-gen/.gitignore

@@ -0,0 +1,5 @@
+# Ignore those directories
+*
+
+# And never this file
+!.gitignore

+ 5 - 0
plugins/org.yakindu.base.expressions.ui/xtend-gen/.gitignore

@@ -0,0 +1,5 @@
+# Ignore those directories
+*
+
+# And never this file
+!.gitignore

+ 2 - 0
plugins/org.yakindu.base.expressions/.gitignore

@@ -0,0 +1,2 @@
+/bin/
+/target/

+ 5 - 0
plugins/org.yakindu.base.expressions/src-gen/.gitignore

@@ -0,0 +1,5 @@
+# Ignore those directories
+*
+
+# And never this file
+!.gitignore

+ 5 - 0
plugins/org.yakindu.base.expressions/xtend-gen/.gitignore

@@ -0,0 +1,5 @@
+# Ignore those directories
+*
+
+# And never this file
+!.gitignore

+ 2 - 0
plugins/org.yakindu.base.types.edit/.gitignore

@@ -0,0 +1,2 @@
+/bin/
+/target/

+ 2 - 0
plugins/org.yakindu.base.types.test/.gitignore

@@ -0,0 +1,2 @@
+/bin/
+/target/

+ 2 - 0
plugins/org.yakindu.base.types/.gitignore

@@ -0,0 +1,2 @@
+/bin/
+/target/

+ 2 - 0
releng/org.yakindu.base.releng/.gitignore

@@ -0,0 +1,2 @@
+/bin/
+/target/

+ 2 - 0
releng/org.yakindu.base.repository/.gitignore

@@ -0,0 +1,2 @@
+/bin/
+/target/

+ 2 - 0
releng/org.yakindu.base.target/.gitignore

@@ -0,0 +1,2 @@
+/bin/
+/target/