From 99558f2e3a57e21e0d97a7182c54a7e60856e5ba Mon Sep 17 00:00:00 2001 From: "Pierre R. Mai" Date: Wed, 3 Jun 2009 19:40:28 +0200 Subject: [PATCH] Added ignore and attributes files to toplevel. --- .gitattributes | 2 ++ .gitignore | 7 +++++++ 2 files changed, 9 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..16d8a95 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.lisp ident +*.asd ident diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b80acbe --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +# FASLs +*.fasl +*.ofasl +*.nfasl +*.xfasl +# Backup files +*~