diff options
| author | Andrew Kelley <superjoe30@gmail.com> | 2018-08-03 15:20:19 -0400 |
|---|---|---|
| committer | Andrew Kelley <superjoe30@gmail.com> | 2018-08-03 15:20:19 -0400 |
| commit | c66c6304f90aa9ea9983134c857ba7ea014004a3 (patch) | |
| tree | 581fa28820689d71ce59edf8a3daacd0c5ddff80 | |
| parent | dcaaa241dfb7ce77b7070df8d6a939a9f0749e2c (diff) | |
| download | zig-c66c6304f90aa9ea9983134c857ba7ea014004a3.tar.gz zig-c66c6304f90aa9ea9983134c857ba7ea014004a3.zip | |
add a friendly note in .gitignore
| -rw-r--r-- | .gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 5616da8e58..4b7bff11a6 100644 --- 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-*/ |
