commit | 168f335f0d54d8590d4dca205738c89d0a40737c | [log] [tgz] |
---|---|---|
author | Alexander Rookey <atrookey@google.com> | Wed Aug 10 16:13:18 2016 -0400 |
committer | Alexander Rookey <atrookey@google.com> | Wed Aug 10 20:15:41 2016 +0000 |
tree | 47705b41e482e02c21edd68fba16f5654d1a5c5c | |
parent | f1620ae4ffa11e9787b9ca9c39e2e1d0ba393ae8 [diff] |
Created an empty src-gen directory so the xtext code generator runs out of the box Change-Id: I9c5802b58770b37f51dffd4f7f3f01de114e122e
diff --git a/com.google.eclipse.protobuf/.gitignore b/com.google.eclipse.protobuf/.gitignore index 6064afa..e3bfd91 100644 --- a/com.google.eclipse.protobuf/.gitignore +++ b/com.google.eclipse.protobuf/.gitignore
@@ -1,6 +1,5 @@ /bin /model/ -/src-gen/ /xtend-gen /.antlr*.jar /plugin.xml_gen
diff --git a/com.google.eclipse.protobuf/src-gen/.gitignore b/com.google.eclipse.protobuf/src-gen/.gitignore new file mode 100644 index 0000000..1184819 --- /dev/null +++ b/com.google.eclipse.protobuf/src-gen/.gitignore
@@ -0,0 +1,4 @@ +## The directory src-gen is required to prevent build path errors. + +# Ignore everything +*