diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2020-09-04 19:13:39 +0200 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2020-09-04 19:13:39 +0200 |
commit | 5d2420a9fbda64d45443325b182796313c684197 (patch) | |
tree | cadeeac60b546eed26a08eb48fb30d7c652ce4ff | |
parent | 6a12b9923f4274ba56feb04c79544234ffd79bf9 (diff) | |
download | polecat-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-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ bin obj *.tar* +zig-cache |