vieter/.gitignore
2022-02-22 18:04:54 +01:00

25 lines
235 B
Text

*.c
data/
# Build artifacts
vieter
dvieter
pvieter
dvieterctl
vieterctl
vieter.c
# Ignore testing files
*.pkg*
vieter.log
# External lib; gets added by Makefile
libarchive-*
test/
# V compiler directory
v/
# gdb log file
gdb.txt