bookmarkfs/.gitignore
CismonX 08f0655721
test: init tests; add tests for util lib
- Init Autotest.
  Not using DejaGNU since there won't be many interactive testing.
- Add basic test cases for the utility library (hash and prng).
2025-02-08 01:48:07 +08:00

43 lines
718 B
Text

#
# Copyright (C) 2024 CismonX <admin@cismon.net>
#
# Copying and distribution of this file, with or without modification, are
# permitted in any medium without royalty, provided the copyright notice and
# this notice are preserved. This file is offered as-is, without any warranty.
#
# Generated by devel tools
\#*#
*~
*.swp
/.ccls
/.ccls-cache/
/.idea/
/.vscode/
# Generated by the build system
/aclocal.m4
/autom4te.cache/
/autoscan.log
/compile
/config.guess
/config.h.in
/config.sub
/configure
/depcomp
/doc/*.info
/doc/mdate-sh
/doc/stamp-vti
/doc/texinfo.tex
/doc/version.texi
/install-sh
/ltmain.sh
/m4/libtool.m4
/m4/lt*.m4
/missing
/tests/package.m4
/tests/testsuite
Makefile.in
# The build tree
/build/