This repository has been archived on 2026-01-06. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
vieter/.gitignore
Jef Roosens cc9dcb3058
All checks were successful
ci/woodpecker/pr/docs Pipeline was successful
ci/woodpecker/pr/lint Pipeline was successful
ci/woodpecker/pr/build Pipeline was successful
ci/woodpecker/pr/man Pipeline was successful
ci/woodpecker/pr/docker Pipeline was successful
ci/woodpecker/pr/test Pipeline was successful
fix(ci): install dependencies when linting
2022-11-02 18:30:59 +01:00

33 lines
311 B
Text

*.c
/data/
# Build artifacts
/vieter
/dvieter
/pvieter
/suvieter
/afvieter
/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
# Generated docs
_docs/
docs/resources/_gen/
/man/
# VLS logs
vls.log