]> source.dussan.org Git - gitignore.git/commitdiff
added template for Bazel
authorBrendan Forster <github@brendanforster.com>
Thu, 22 Nov 2018 21:11:28 +0000 (17:11 -0400)
committerBrendan Forster <github@brendanforster.com>
Thu, 22 Nov 2018 21:11:28 +0000 (17:11 -0400)
Co-Authored-By: Carmi Grushko <cgrushko@users.noreply.github.com>
community/Bazel.gitignore [new file with mode: 0644]

diff --git a/community/Bazel.gitignore b/community/Bazel.gitignore
new file mode 100644 (file)
index 0000000..a08ff48
--- /dev/null
@@ -0,0 +1,6 @@
+# gitignore template for Bazel build system
+# website: https://bazel.build/
+
+# Ignore all bazel-* symlinks. There is no full list since this can change
+# based on the name of the directory bazel is cloned into.
+/bazel-*