aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDevin Dooley <dooleydevin@github.com>2024-09-09 14:28:50 -0700
committerGitHub <noreply@github.com>2024-09-09 14:28:50 -0700
commit5445a270254a0b4443b20ed0033c4094959f937e (patch)
treea9c671a1a5996547fa14271542f048136e9aebda
parentec0f03f241d861f72280f96a50757d540f607df7 (diff)
parentaa8a4bee252bcace9fdc0e08caa339ef32dbf070 (diff)
downloadgitignore-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.gitignore4
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/