From 71c7cbab2b50436db940721a10d6ea1ca5d75f89 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Tue, 22 Dec 2020 17:37:23 -0500 Subject: Squashed 'bin/dash/' content from commit a45870f git-subtree-dir: bin/dash git-subtree-split: a45870f71f42be6bf3c8eada04debd1008f9dc3e --- src/.gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/.gitignore (limited to 'src/.gitignore') diff --git a/src/.gitignore b/src/.gitignore new file mode 100644 index 00000000..644eccb8 --- /dev/null +++ b/src/.gitignore @@ -0,0 +1,13 @@ +*.o +builtins.[ch] +builtins.def +dash +init.c +mkinit +mknodes +mksignames +mksyntax +nodes.[ch] +signames.c +syntax.[ch] +token.h -- cgit 1.4.1 p label='branches'> dontfiles
summary refs log tree commit diff
path: root/scrap (unfollow)
Commit message (Expand)Author
2018-07-25Fix cfmakeraw callsJune McEnroe
2018-07-23Remove nasm from installJune McEnroe
2018-07-23Add monday.local to sshJune McEnroe
2018-07-23Restore LDLIBS alphabetical orderJune McEnroe
2018-07-23Use EV_SET in watchJune McEnroe
2018-07-23Link with -lcursesJune McEnroe
2018-07-22Fix scheme indentationJune McEnroe
2018-07-16Add -m option to glitchJune McEnroe
2018-07-16malloc deflate buffer in glitchJune McEnroe
2018-07-16malloc the deflate buffer in pngoJune McEnroe
2018-07-05Add shed bloodJune McEnroe