diff options
| author | Baitinq <[email protected]> | 2025-07-26 19:46:14 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2025-07-26 19:46:14 +0200 |
| commit | 3727c5dbf2f5ed138892e2e2b1ce9b42a25faaf6 (patch) | |
| tree | cbe0a980ddbaceedb11f1dd19d8b30093c7dd628 | |
| parent | std: mem: Assert arena allocator is not overflown (diff) | |
| download | pry-lang-3727c5dbf2f5ed138892e2e2b1ce9b42a25faaf6.tar.gz pry-lang-3727c5dbf2f5ed138892e2e2b1ce9b42a25faaf6.tar.bz2 pry-lang-3727c5dbf2f5ed138892e2e2b1ce9b42a25faaf6.zip | |
misc: add stage binaries to gitignore
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 33bdbc0..d10c818 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ *.o *.s *.out +stage* zig-out/ .zig-cache/ |