authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2018-08-03 15:20:19-04:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2018-08-03 15:20:19-04:00
logc66c6304f90aa9ea9983134c857ba7ea014004a3
tree581fa28820689d71ce59edf8a3daacd0c5ddff80
parentdcaaa241dfb7ce77b7070df8d6a939a9f0749e2c

add a friendly note in .gitignore


1 files changed, 11 insertions(+), 0 deletions(-)

.gitignore+11
......@@ -1,3 +1,14 @@
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
112zig-cache/
213build/
314build-*/