aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan200101 <sentrycraft123@gmail.com>2020-09-04 19:13:39 +0200
committerJan200101 <sentrycraft123@gmail.com>2020-09-04 19:13:39 +0200
commit5d2420a9fbda64d45443325b182796313c684197 (patch)
treecadeeac60b546eed26a08eb48fb30d7c652ce4ff
parent6a12b9923f4274ba56feb04c79544234ffd79bf9 (diff)
downloadpolecat-5d2420a9fbda64d45443325b182796313c684197.tar.gz
polecat-5d2420a9fbda64d45443325b182796313c684197.zip
add zig cache to gitignore
building with zig is less of a hassle now and should make compiling to musl or specific libc version easier
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 1037633..d1c45fc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
bin
obj
*.tar*
+zig-cache