aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Kelley <superjoe30@gmail.com>2018-08-03 15:20:19 -0400
committerAndrew Kelley <superjoe30@gmail.com>2018-08-03 15:20:19 -0400
commitc66c6304f90aa9ea9983134c857ba7ea014004a3 (patch)
tree581fa28820689d71ce59edf8a3daacd0c5ddff80
parentdcaaa241dfb7ce77b7070df8d6a939a9f0749e2c (diff)
downloadzig-c66c6304f90aa9ea9983134c857ba7ea014004a3.tar.gz
zig-c66c6304f90aa9ea9983134c857ba7ea014004a3.zip
add a friendly note in .gitignore
-rw-r--r--.gitignore11
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-*/