-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #22 from pierrelgol/enhancements
Various enhancements / update of the std.builtin.Type enum usage
- Loading branch information
Showing
3 changed files
with
228 additions
and
206 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# 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/ | ||
zig-out/ | ||
/release/ | ||
/debug/ | ||
/build/ | ||
/build-*/ | ||
/docgen_tmp/ | ||
|
||
# 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/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.