From 28f884aee4247363a441a86c23ecaf492996028c Mon Sep 17 00:00:00 2001 From: Francois-Rene Rideau <fare@tunes.org> Date: Mon, 18 Jan 2010 20:36:33 -0500 Subject: [PATCH] Ignore and clean CCL fasls. --- .gitignore | 1 + GNUmakefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e4da33ec..811f0304 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ lift-local.config *.fas *.lib *.o +*.*fsl diff --git a/GNUmakefile b/GNUmakefile index 03d202d0..2043cf5d 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -38,7 +38,7 @@ website-copy: FORCE bin/rsync-cp.sh tmp/asdf.lisp $(webhome_private) clean_dirs = $(sourceDirectory) -clean_extensions = fasl dfsl cfsl fasl fas lib dx32fsl +clean_extensions = fasl dfsl cfsl fasl fas lib dx32fsl lx64fsl lx32fsl clean: FORCE @for dir in $(clean_dirs); do \ -- GitLab