From f54e2dff4382f64d16456bf9feacdad8ebfe6e26 Mon Sep 17 00:00:00 2001 From: Attila Lendvai <attila@lendvai.name> Date: Fri, 9 Dec 2016 14:09:34 +0100 Subject: [PATCH] extend .gitignore with *.fasl and *.bc (clasp's LLVM bitcode) and others. --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index e77a14ff..124d4589 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,11 @@ *.out *.dat *.fas +*.fasl +*.lx64fsl +*.lx32fsl +*.bc +sandbox/ ansi-aux-macros.fas ansi-aux.fas array-aux.fas -- GitLab