vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 984ed322239cfac84ea47afda231f2c767aa5e8b parent ce21cefcdc083354e1c140d7079ba35c4d183f13 Author: Marc André Tanner <mat@brain-dump.org> Date: Wed, 7 Dec 2016 19:46:54 +0100 Cleanup .gitignore and ignore HTML and CSS files Close #424 Diffstat:
| M | .gitignore | | | 17 | +++++++++-------- |
1 file changed, 9 insertions(+), 8 deletions(-)
diff --git a/.gitignore b/.gitignore @@ -1,12 +1,13 @@ /config.h /config.mk -README.html -*.swo -*.swp -*.o -*.gcov -*.gcda -*.gcno +/dependency /vis /vis-menu -/dependency +*.css +*.gcda +*.gcno +*.gcov +*.html +*.o +*.swo +*.swp