diff options
| author | Fuwn <[email protected]> | 2022-05-22 04:31:57 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-05-22 04:31:57 -0700 |
| commit | 5b11262e810c2cd06c0baa120f5674b7f5c98833 (patch) | |
| tree | a3271ec1c4616104b71b1374a5ce6cda2445cca6 /.gitignore | |
| download | bazel-cobol-example-main.tar.xz bazel-cobol-example-main.zip | |
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1ca8bc5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +# Bazel +bazel-* |