From 177c18806fd717bfdab44972e29f2cd1b66661de Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Fri, 28 Sep 2018 14:18:21 -0400 Subject: Add psf2png --- bin/.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/.gitignore') diff --git a/bin/.gitignore b/bin/.gitignore index 6f818aea..03b52195 100644 --- a/bin/.gitignore +++ b/bin/.gitignore @@ -1,7 +1,6 @@ tags scheme.h -fbatt.o -fbclock.o +*.o atch dtch glitch @@ -12,6 +11,7 @@ pbcopy pbd pbpaste pngo +psf2png scheme wake xx -- cgit 1.4.1 e='da8deff7679431267dbb6aee91305f1ea62de91f'/> IRC client
about summary refs log tree commit diff
path: root/scripts/.gitignore (unfollow)
Commit message (Expand)Author
2022-02-19Reimplement text macrosJune McEnroe
2022-02-19Factor out input handling to input.cJune McEnroe
2022-02-19Factor out window management to window.cJune McEnroe
2022-02-19Enable -Wmissing-prototypesJune McEnroe
2022-02-19Fix edit.[ch] license notice additional permissionsJune McEnroe
2022-02-19Run line editing testsJune McEnroe
2022-02-18Implement new line editing "library"June McEnroe
2022-02-18Simplify cursor positioning in inputJune McEnroe
2022-02-18Fix M-f orderingJune McEnroe
2022-02-12Move sandman build to scripts/MakefileJune McEnroe
2022-02-12Use compat_readpassphrase.c on LinuxJune McEnroe
2022-02-12Copy RPP defines from oconfigureJune McEnroe