Skip to content

Commit

Permalink
Merge pull request #17848 from stevekuznetsov/skuznets/update-gitignore
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue.

Update gitignore for vendored build output files

Ignoring any directory named `_output` regardless of whether it occurs
at the project root will ignore build output from vendored projects and
is safe as no real project source will ever live under such a directory.

Signed-off-by: Steve Kuznetsov <[email protected]>

/cc @smarterclayton @csrwng
  • Loading branch information
openshift-merge-robot authored Dec 19, 2017
2 parents 0f89555 + 70400f6 commit 99d5bc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cmd/cluster-capacity/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/go/src/github.com/kubernetes-incubator/cluster-capacity/_output
1 change: 1 addition & 0 deletions cmd/service-catalog/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/go/src/github.com/kubernetes-incubator/service-catalog/_output

0 comments on commit 99d5bc8

Please sign in to comment.