Skip to content

Commit c66c630

Browse files
committed
add a friendly note in .gitignore
1 parent dcaaa24 commit c66c630

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
112
zig-cache/
213
build/
314
build-*/

0 commit comments

Comments
 (0)