about summary refs log tree commit diff
path: root/.gitignore
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2025-01-27 00:01:33 +0100
committerBaitinq <[email protected]>2025-01-27 00:01:33 +0100
commit8791929e7aba39347fe5b56f0d4c79310595855e (patch)
tree7b667bcd4ff521e00fbbbab58ab1c0e6f801ba8c /.gitignore
parentCodegen: PoC use _start (diff)
downloadpry-lang-8791929e7aba39347fe5b56f0d4c79310595855e.tar.gz
pry-lang-8791929e7aba39347fe5b56f0d4c79310595855e.tar.bz2
pry-lang-8791929e7aba39347fe5b56f0d4c79310595855e.zip
Misc: Update gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 23b6b27..fb19240 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
 .direnv/
 
 *.o
+*.out
 
 zig-out/
 .zig-cache/