From 9846c004a1cec5c28f5f3eb4b9299e2a0cfdadad Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Thu, 10 Jan 2019 19:49:20 -0500 Subject: Replace cash Makefile --- bin/cash/.gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 bin/cash/.gitignore (limited to 'bin/cash/.gitignore') diff --git a/bin/cash/.gitignore b/bin/cash/.gitignore new file mode 100644 index 00000000..dc34782b --- /dev/null +++ b/bin/cash/.gitignore @@ -0,0 +1,11 @@ +*.o +builtins.c +builtins.h +cash +mknodes +mksyntax +nodes.c +nodes.h +syntax.c +syntax.h +token.h -- cgit 1.4.1 be4ffb088a1a8e5a9dd354f82afb'/> web frontend for git
about summary refs log tree commit diff
path: root/filters/html-converters (unfollow)
Commit message (Expand)Author
2014-01-17makefile: bump versionJason A. Donenfeld
2014-01-17mailmap: source before lighttpdJason A. Donenfeld
2014-01-17ui-shared: do not allow negative minutesJason A. Donenfeld
2014-01-17auth: document tweakables in lua scriptJason A. Donenfeld
2014-01-17repolist: make owner clickable to searchJason A. Donenfeld
2014-01-17ui-shared: move about tab all the way to the leftJason A. Donenfeld
2014-01-17filter: don't forget to reap the auth filterJason A. Donenfeld
2014-01-17cgit.c: free tmp variableJason A. Donenfeld
2014-01-17Switch to exclusively using global ctxLukas Fleischer
2014-01-16auth: have cgit calculate login addressJason A. Donenfeld
2014-01-16auth: lua string comparisons are time invariantJason A. Donenfeld
2014-01-16authentication: use hidden form instead of refererJason A. Donenfeld
2014-01-16auth: add basic authentication filter frameworkJason A. Donenfeld
2014-01-16t0111: Additions and fixesLukas Fleischer
2014-01-16parsing.c: Remove leading space from committerLukas Fleischer