| author | |
| committer | |
| log | c66c6304f90aa9ea9983134c857ba7ea014004a3 |
| tree | 581fa28820689d71ce59edf8a3daacd0c5ddff80 |
| parent | dcaaa241dfb7ce77b7070df8d6a939a9f0749e2c |
1 files changed, 11 insertions(+), 0 deletions(-)
.gitignore+11| ... | ... | @@ -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 | ||
| 1 | 12 | zig-cache/ |
| 2 | 13 | build/ |
| 3 | 14 | build-*/ |