zig/.gitignore

16 lines
325 B
Plaintext
Raw Normal View History

2018-08-03 12:20:19 -07: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
zig-cache/
2015-08-05 15:23:15 -07:00
build/
build-*/
2018-07-01 10:47:29 -07:00
docgen_tmp/