zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit c66c6304f90aa9ea9983134c857ba7ea014004a3 (tree)
parent dcaaa241dfb7ce77b7070df8d6a939a9f0749e2c
Author: Andrew Kelley <superjoe30@gmail.com>
Date:   Fri,  3 Aug 2018 15:20:19 -0400

add a friendly note in .gitignore

Diffstat:
M.gitignore | 11+++++++++++
1 file changed, 11 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -1,3 +1,14 @@ +# This file is for zig-specific build artifacts. +# If you have OS-specific or editor-specific files to ignore, +# such as *.swp or .DS_Store, put those in your global +# ~/.gitignore and put this in your ~/.gitconfig: +# +# [core] +# excludesfile = ~/.gitignore +# +# Cheers! +# -andrewrk + zig-cache/ build/ build-*/