From 0c73cd4b0d3e79dd6492adbefc1c80ee2387d2f3 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Fri, 11 Jan 2019 18:12:23 -0500 Subject: Replace libedit Makefile --- bin/cash/libedit/.gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 bin/cash/libedit/.gitignore (limited to 'bin/cash/libedit/.gitignore') diff --git a/bin/cash/libedit/.gitignore b/bin/cash/libedit/.gitignore new file mode 100644 index 00000000..521814bf --- /dev/null +++ b/bin/cash/libedit/.gitignore @@ -0,0 +1,8 @@ +*.o +common.h +emacs.h +fcns.h +func.h +help.h +libedit.a +vi.h -- cgit 1.4.1 f4a32088203435496babe006a18ba6c4ca1d083c'>this commit dontfiles
summary refs log tree commit diff
path: root/bin/man1/beef.1 (unfollow)
Commit message (Expand)Author
2019-02-10Add plain text "language" to hiJune McEnroe
2019-02-10Don't match DQ string inside SQ stringJune McEnroe
2019-02-10Skip only one character if a match fails due to parentJune McEnroe
2019-02-10Remove pattend from hiJune McEnroe
2019-02-10Replace uses of pattend with newline patternsJune McEnroe
2019-02-10Add hi debug outputJune McEnroe
2019-02-10Actually do HTML " escapingJune McEnroe
2019-02-10Set git commit.verboseJune McEnroe
2019-02-10Add back missing static keywordJune McEnroe