From f5eb3c5b008c044a253c0be753e9573e215d1f6c Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Sat, 2 Nov 2019 05:19:02 -0400 Subject: Add calico rc script --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index c66cc95..c7ce8fe 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,8 @@ *.conf *.o -calico +/calico +/pounce config.mk localhost.crt localhost.key -pounce tags -- cgit 1.4.1 c
dontfiles
summary refs log tree commit diff
path: root/www/git.causal.agency/cgit/tests/t0105-commit.sh (unfollow)
Commit message (Expand)Author
2020-12-29Add make lexerJune McEnroe
2020-12-29Clean up C lexerJune McEnroe
2020-12-29Clean up hilex code somewhatJune McEnroe
2020-12-29Match lex/yacc %% %{ %} lines as MacroJune McEnroe
2020-12-29Match top-level C definitions as IdentifierTagJune McEnroe
2020-12-29Match C type declarations as IdentifierTagJune McEnroe
2020-12-29Match function-like macro definitions as IdentifierTagJune McEnroe
2020-12-29Reconfigure C macro start conditionsJune McEnroe
2020-12-29Document HTML class namesJune McEnroe
2020-12-29Rename Tag class to IdentifierTagJune McEnroe
2020-12-29Change HTML class from hi to hilexJune McEnroe
2020-12-29Add hilex HTML outputJune McEnroe