commit | ca65b61fb426dc5547a1363577f1c2e195ac0981 | [log] [tgz] |
---|---|---|
author | Scott Todd <scotttodd@google.com> | Tue Oct 22 13:05:57 2019 -0700 |
committer | Scott Todd <scotttodd@google.com> | Tue Oct 22 13:05:57 2019 -0700 |
tree | e85a2815a86ab6f43ba408518fb6762ca224650b | |
parent | 9d0f5c104fb2863eec61f4c34574b8b8b4e3b104 [diff] |
Add additional gitignore pattern for build directories. Related to #9
diff --git a/.gitignore b/.gitignore index 95ef78e..025558d 100644 --- a/.gitignore +++ b/.gitignore
@@ -15,6 +15,7 @@ # CMake artifacts build/ +build-*/ # Bazel artifacts /bazel-*