From feb869357f40f5e109570fb40abad215fb370c6c Mon Sep 17 00:00:00 2001 From: Gary King Date: Sun, 24 Feb 2013 12:44:08 -0500 Subject: [PATCH] update .gitignore file to handle ASDF churn --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f52e17b..d91fe12 100644 --- a/.gitignore +++ b/.gitignore @@ -6,9 +6,14 @@ GNUmakefile init-lisp.lisp project-init.lisp -log5.tar.gz +trivial-timeout.tar.gz +website/changelog.xml website/output/ test-results/ lift-local.config *.dribble *.fasl + +# new ASDF stuff +*.*-warnings +*.build-report \ No newline at end of file