diff options
author | Rutger Broekhoff | 2021-05-21 00:16:17 +0200 |
---|---|---|
committer | Rutger Broekhoff | 2021-05-21 00:16:17 +0200 |
commit | cfb10566fdb3093363fc39d21a8c5aa5c4deeeeb (patch) | |
tree | 80774851a87bf93583bcdfaaf233be32eff227b2 /.gitignore | |
download | zig-nkeys-cfb10566fdb3093363fc39d21a8c5aa5c4deeeeb.tar.gz zig-nkeys-cfb10566fdb3093363fc39d21a8c5aa5c4deeeeb.zip |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..29534f3 --- /dev/null +++ b/.gitignore | |||
@@ -0,0 +1,3 @@ | |||
1 | /zig-cache/ | ||
2 | /zig-out/ | ||
3 | .DS_Store | ||