From ff3c6afa2ecfc2b52f9d579e8d9d7fe70e504a68 Mon Sep 17 00:00:00 2001 From: "Thomas M. Hermann" Date: Sun, 15 Mar 2009 23:26:36 -0500 Subject: [PATCH] Created a .gitignore file so that FASL files are ignored. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..315aa2e --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +# Ignore FASL files +*.fasl +*.lx64fsl -- 2.11.4.GIT