std.meta.hasUniqueRepresentation: better support packed structs
[zig.git] / .gitignore
blob7e9e15820297b2d58df2386761abdaefb90165ce
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:
6 # [core]
7 #     excludesfile = ~/.gitignore
9 # Cheers!
10 # -andrewrk
12 .zig-cache/
13 zig-out/
14 /release/
15 /debug/
16 /build/
17 /build-*/
18 /docgen_tmp/
20 # Although this was renamed to .zig-cache, let's leave it here for a few
21 # releases to make it less annoying to work with multiple branches.
22 zig-cache/