diff options
author | Josh Varga <josh.varga@gmail.com> | 2025-01-20 00:02:41 -0600 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2025-01-21 23:29:35 -0500 |
commit | 2359cd3d601a15ddafe7137a49651069c95a13c3 (patch) | |
tree | 143151fdc515e3f875834999e07088b38bea4892 /.gitignore | |
parent | 71045aef60fc8d808ce31993224eb49156c4698a (diff) | |
download | zlib-2359cd3d601a15ddafe7137a49651069c95a13c3.tar.gz zlib-2359cd3d601a15ddafe7137a49651069c95a13c3.tar.bz2 zlib-2359cd3d601a15ddafe7137a49651069c95a13c3.zip |
Add Bazel targets.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -35,3 +35,15 @@ contrib/vstudio/vc143/arm64 | |||
35 | contrib/nuget/bin | 35 | contrib/nuget/bin |
36 | contrib/nuget/obj | 36 | contrib/nuget/obj |
37 | *.included | 37 | *.included |
38 | |||
39 | # Bazel directories | ||
40 | /bazel-* | ||
41 | /bazel-bin | ||
42 | /bazel-genfiles | ||
43 | /bazel-out | ||
44 | /bazel-testlogs | ||
45 | user.bazelrc | ||
46 | |||
47 | # MODULE.bazel.lock is ignored for now as per this recommendation: | ||
48 | # https://github.com/bazelbuild/bazel/issues/20369 | ||
49 | MODULE.bazel.lock | ||