index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
.gitignore
Age
Commit message (
Expand
)
Author
2024-05-29
update .gitignore to account for .zig-cache rename
Andrew Kelley
2021-04-29
std/build: change default install prefix to zig-out
Isaac Freund
2020-12-31
update .gitignore to include /release/ and /debug/
g-w1
2019-02-26
fix .gitignore file and add commit missing std lib file
Andrew Kelley
2018-08-03
add a friendly note in .gitignore
Andrew Kelley
2018-07-01
gitignore docgen test artifacts
Josh Wolfe
2017-09-13
fix up msvc stuff to make it work on linux and macos too
Andrew Kelley
2017-08-14
update gitignore
Andrew Kelley
2017-08-06
remove duplicate gitignore entry
Andrew Kelley
2017-07-08
better bigint/bigfloat implementation
Andrew Kelley
2017-06-19
build: link against system libs reported by llvm-config
Andrew Kelley
2017-06-16
update C headers to clang 4.0.0
Andrew Kelley
2017-06-04
progress toward hello world without libc in windows
Andrew Kelley
2017-04-30
zig build: organize build artifacts
Andrew Kelley
2017-04-25
revert the last 3 compile time improvements
Andrew Kelley
2017-04-25
compile time improvement - move bounds checking to function calls
Andrew Kelley
2017-04-23
add test_artifacts to .gitignore, so you can commit while tests are running
Josh Wolfe
2017-03-31
ignore eclipse project configuration
Josh Wolfe
2016-02-01
build: fix release mode
Andrew Kelley
2015-08-05
link against LLVM
Andrew Kelley