From bb9a3ad79da5dd156832bc5a1e03e2c58d0a9d20 Mon Sep 17 00:00:00 2001 From: chetant Date: Mon, 26 Nov 2012 21:09:59 -0500 Subject: [PATCH] typo fix in git attributes, adding test results to gitignore --- .gitattributes | 2 +- .gitignore | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 6b43d8e82..176a458f9 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -text=auto +* text=auto diff --git a/.gitignore b/.gitignore index 4178e75be..3aeb45fd8 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ cabal-dev/ *~ test/output test/test???/output +test/reg???/output