From 4cb18313acda0727c2c108dde94b94792b896c51 Mon Sep 17 00:00:00 2001 From: "Pierre R. Mai" Date: Sat, 14 Sep 2013 23:45:09 +0200 Subject: [PATCH] Fix .gitattributes settings and spurious ids. --- .gitattributes | 4 ++-- sha3.asd | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index 1a1f266..16d8a95 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,2 @@ -/*.lisp ident -/*.asd ident +*.lisp ident +*.asd ident diff --git a/sha3.asd b/sha3.asd index 68e8707..e14b993 100644 --- a/sha3.asd +++ b/sha3.asd @@ -26,7 +26,7 @@ ;;;; other dealings in this Software without prior written authorization ;;;; from the author. ;;;; -;;;; $Id: 2cbc5857639b13160ef580514a78749c02b70c0b $ +;;;; $Id: 68e870792fa81d78b930c24ee0ce617fac2e2913 $ (cl:in-package #:cl-user)