This giant commit removes the old cron daemon & parser, replacing the latter with a C implementation that will now be maintained in a separate C library that gets developed independently. This commit lays the groundwork for implementing features of Vieter in C where possible.
33 lines
316 B
Text
33 lines
316 B
Text
vieter.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
|