From 2d047107a35d384ae2d04871a255f062450442bf Mon Sep 17 00:00:00 2001 From: "Pierre R. Mai" Date: Tue, 23 Oct 2012 11:33:08 +0200 Subject: [PATCH] Add .gitignore for fasls and backup files. --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a6d5a49 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +# FASLs +*.fas +*.fasl +*.ofasl +*.nfasl +*.xfasl +*.dx32fsl +*.dx64fsl +*.abcl +*.sse2f +# Backup files +*~