diff options
| author | Fuwn <[email protected]> | 2022-05-22 04:21:33 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-05-22 04:21:33 +0000 |
| commit | 0d5d0fd1116d28cc39d57653c9b04fd0046ede71 (patch) | |
| tree | e067967f45c880053fe3063642f0167689c32ddf /.gitignore | |
| download | rules_cobol-main.tar.xz rules_cobol-main.zip | |
feat(0.1.0): initial releaseHEAD0.1.0origin/mainmain
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fbf5040 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +# Bazel +bazel-* + +# Old +old |