commit | 3d4895197d7f6242eef5c4807ae11b8f95e5716c | [log] [tgz] |
---|---|---|
author | foremans <foremans@google.com> | Mon Jun 17 08:55:59 2013 -0700 |
committer | foremans <foremans@google.com> | Mon Jun 17 08:55:59 2013 -0700 |
tree | d575a20e76b521db41b2d914a935d438f0f2952c | |
parent | f5a26bdbd6eb1d7de56883f9d431a01c21972077 [diff] |
Fixed some directory tracking
diff --git a/com.google.eclipse.protobuf.cdt.test/.gitignore b/com.google.eclipse.protobuf.cdt.test/.gitignore index 40a85ff..249a49e 100644 --- a/com.google.eclipse.protobuf.cdt.test/.gitignore +++ b/com.google.eclipse.protobuf.cdt.test/.gitignore
@@ -1 +1,2 @@ /.settings +/bin
diff --git a/com.google.eclipse.protobuf.cdt/.gitignore b/com.google.eclipse.protobuf.cdt/.gitignore index 40a85ff..249a49e 100644 --- a/com.google.eclipse.protobuf.cdt/.gitignore +++ b/com.google.eclipse.protobuf.cdt/.gitignore
@@ -1 +1,2 @@ /.settings +/bin
diff --git a/com.google.eclipse.protobuf.integration.test/.gitignore b/com.google.eclipse.protobuf.integration.test/.gitignore index 42859ab..8704d93 100644 --- a/com.google.eclipse.protobuf.integration.test/.gitignore +++ b/com.google.eclipse.protobuf.integration.test/.gitignore
@@ -1 +1,2 @@ /test-protos +/bin
diff --git a/com.google.eclipse.protobuf.test/.gitignore b/com.google.eclipse.protobuf.test/.gitignore index 42859ab..8704d93 100644 --- a/com.google.eclipse.protobuf.test/.gitignore +++ b/com.google.eclipse.protobuf.test/.gitignore
@@ -1 +1,2 @@ /test-protos +/bin
diff --git a/com.google.eclipse.protobuf.ui.integration.test/.gitignore b/com.google.eclipse.protobuf.ui.integration.test/.gitignore new file mode 100644 index 0000000..5e56e04 --- /dev/null +++ b/com.google.eclipse.protobuf.ui.integration.test/.gitignore
@@ -0,0 +1 @@ +/bin
diff --git a/com.google.eclipse.protobuf.ui.test/.gitignore b/com.google.eclipse.protobuf.ui.test/.gitignore new file mode 100644 index 0000000..5e56e04 --- /dev/null +++ b/com.google.eclipse.protobuf.ui.test/.gitignore
@@ -0,0 +1 @@ +/bin
diff --git a/com.google.eclipse.protobuf.ui/src-gen/.gitkeep b/com.google.eclipse.protobuf.ui/src-gen/.gitkeep deleted file mode 100644 index 774f397..0000000 --- a/com.google.eclipse.protobuf.ui/src-gen/.gitkeep +++ /dev/null
@@ -1 +0,0 @@ -Git doesn't support empty directories in a repo. This "empty" file force it to keep the src-gen directory.
diff --git a/com.google.eclipse.protobuf/src-gen/.gitkeep b/com.google.eclipse.protobuf/src-gen/.gitkeep deleted file mode 100644 index 774f397..0000000 --- a/com.google.eclipse.protobuf/src-gen/.gitkeep +++ /dev/null
@@ -1 +0,0 @@ -Git doesn't support empty directories in a repo. This "empty" file force it to keep the src-gen directory.