bazelbuild / vim-bazel

Vim support for Bazel
Apache License 2.0
147 stars 25 forks source link

Add example data and gitignore #8

Closed artasparks closed 6 years ago

artasparks commented 6 years ago

Add a .gitignore partially based on https://github.com/bazelbuild/bazel/blob/master/.gitignore and also add testdata for Java and CPP from https://github.com/bazelbuild/examples/.

I started to create bespoke test-examples and then realized there are existing examples by the bazel team, so figured it was easier to just copy then to wast time re-creating the wheel!

dbarnett commented 6 years ago

The files are fine, but WDYT about adding at least a simple test that uses them in the same PR?

artasparks commented 6 years ago

Added a simple test in the workspace.vroom test.

artasparks commented 6 years ago

ping

dbarnett commented 6 years ago

Oh sorry, LGTM. Didn't realize you were waiting for another look.