vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 7757c8114a854578eb8ad6d737cbacd402249c20 parent 6c78bbe105c0d01a647fd79f2e579cbdaf79b41e Author: Randy Palamar <randy@rnpnr.xyz> Date: Sun, 12 Jan 2025 08:16:08 -0700 test: add a couple missed files to .gitignore Diffstat:
| M | test/core/.gitignore | | | 15 | +++++++++------ |
1 file changed, 9 insertions(+), 6 deletions(-)
diff --git a/test/core/.gitignore b/test/core/.gitignore @@ -1,10 +1,13 @@ -/config.h -/text-test -/buffer-test -/map-test -/array-test -/ccan-config *.gcda *.gcno *.gcov *.valgrind +/array-test +/buffer-test +/ccan-config +/config.h +/data +/hardlink +/map-test +/symlink +/text-test