diff options
author | Bick Doner <bdoner@users.noreply.github.com> | 2022-02-16 13:36:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-16 13:36:16 +0100 |
commit | abbcca282f7317bde950e46a07872088e4f8b341 (patch) | |
tree | 2d2c8e28799010852cc8e649b6fa16ea191cd044 | |
parent | ce5da10a3a43c4dd8bd9572eda17c0a37ee0eac1 (diff) | |
download | gitignore-abbcca282f7317bde950e46a07872088e4f8b341.tar.gz gitignore-abbcca282f7317bde950e46a07872088e4f8b341.zip |
Create Zig.gitignore
-rw-r--r-- | Zig.gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Zig.gitignore b/Zig.gitignore new file mode 100644 index 00000000..1e33b5f3 --- /dev/null +++ b/Zig.gitignore @@ -0,0 +1,4 @@ +# This file is for zig-specific build artifacts. + +zig-cache/ +zig-out/ |