diff options
author | Devin Dooley <dooleydevin@github.com> | 2024-09-09 14:28:50 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-09 14:28:50 -0700 |
commit | 5445a270254a0b4443b20ed0033c4094959f937e (patch) | |
tree | a9c671a1a5996547fa14271542f048136e9aebda | |
parent | ec0f03f241d861f72280f96a50757d540f607df7 (diff) | |
parent | aa8a4bee252bcace9fdc0e08caa339ef32dbf070 (diff) | |
download | gitignore-5445a270254a0b4443b20ed0033c4094959f937e.tar.gz gitignore-5445a270254a0b4443b20ed0033c4094959f937e.zip |
Merge pull request #4503 from bschaatsbergen/f/add-zig-ignore
chore: change `zig-cache/` to `.zig-cache/`
-rw-r--r-- | Zig.gitignore | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Zig.gitignore b/Zig.gitignore index 1e33b5f3..3389c86c 100644 --- a/Zig.gitignore +++ b/Zig.gitignore @@ -1,4 +1,2 @@ -# This file is for zig-specific build artifacts. - -zig-cache/ +.zig-cache/ zig-out/ |