2018-08-03 19:20:19 +00:00
|
|
|
# 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
|
|
|
|
|
2024-05-29 20:37:23 +00:00
|
|
|
.zig-cache/
|
2021-04-29 12:34:45 +00:00
|
|
|
zig-out/
|
2020-12-31 15:21:58 +00:00
|
|
|
/release/
|
|
|
|
/debug/
|
2019-02-26 23:33:27 +00:00
|
|
|
/build/
|
|
|
|
/build-*/
|
|
|
|
/docgen_tmp/
|
2024-05-29 20:37:23 +00:00
|
|
|
|
|
|
|
# Although this was renamed to .zig-cache, let's leave it here for a few
|
|
|
|
# releases to make it less annoying to work with multiple branches.
|
|
|
|
zig-cache/
|