diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2026-01-05 12:40:09 -0500 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2026-01-10 15:37:46 -0500 |
| commit | d4b629cc275769c2553db819643849cda2395a17 (patch) | |
| tree | 6dcc5d0c886945f8b58b4d8fd6c7eea4bb1b194d /.gitignore | |
| download | compiler-d4b629cc275769c2553db819643849cda2395a17.tar.gz | |
init
wip
wip, pt2
wip, pt3
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b267e53 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +# 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-* +# Ignore outputs generated during Bazel bootstrapping. +/output/ +user.bazelrc +/out |