summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorGravatar Jose Colon Rodriguez2024-02-11 19:08:34 -0400
committerGravatar Jose Colon Rodriguez2024-02-11 19:08:34 -0400
commited5ce42ba8fc67db8a8bb385490ccec7a218a7e3 (patch)
tree807136431dd297ccc273895f09bc7152e5347bb2 /.gitignore
downloadzg-ed5ce42ba8fc67db8a8bb385490ccec7a218a7e3.tar.gz
zg-ed5ce42ba8fc67db8a8bb385490ccec7a218a7e3.tar.xz
zg-ed5ce42ba8fc67db8a8bb385490ccec7a218a7e3.zip
init
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore13
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..c04a0ab
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,13 @@
1# This file is for zig-specific build artifacts.
2# If you have OS-specific or editor-specific files to ignore,
3# such as *.swp or .DS_Store, put those in your global
4# ~/.gitignore and put this in your ~/.gitconfig:
5#
6# [core]
7# excludesfile = ~/.gitignore
8#
9# Cheers!
10# -andrewrk
11
12zig-cache/
13zig-out/