From afaff3d63bdc0e295b949f7d6e0176d402bb7731 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Fri, 3 Feb 2012 12:21:17 +0100
Subject: [PATCH] Rearranged .gitattribute files.

---
 .gitattributes                              | 5 -----
 spki/testsuite/cdsa-cases/.gitattributes    | 2 ++
 src/testsuite/rapid7-ssh-pdu/.gitattributes | 1 +
 3 files changed, 3 insertions(+), 5 deletions(-)
 create mode 100644 spki/testsuite/cdsa-cases/.gitattributes
 create mode 100644 src/testsuite/rapid7-ssh-pdu/.gitattributes

diff --git a/.gitattributes b/.gitattributes
index 3a2b05ca5..5cca731e3 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,6 +1 @@
-[attr]binary -text -crlf -diff -ident
 * text -ident
-*.pdu binary
-/src/testsuite/UTF-8-test.txt binary
-LICENSE eol=crlf
-/src/testsuite/rapid7-ssh-pdu/README eol=crlf
diff --git a/spki/testsuite/cdsa-cases/.gitattributes b/spki/testsuite/cdsa-cases/.gitattributes
new file mode 100644
index 000000000..631044237
--- /dev/null
+++ b/spki/testsuite/cdsa-cases/.gitattributes
@@ -0,0 +1,2 @@
+*.in -text
+*.out -text
diff --git a/src/testsuite/rapid7-ssh-pdu/.gitattributes b/src/testsuite/rapid7-ssh-pdu/.gitattributes
new file mode 100644
index 000000000..5f7b080f0
--- /dev/null
+++ b/src/testsuite/rapid7-ssh-pdu/.gitattributes
@@ -0,0 +1 @@
+*.pdu binary
-- 
GitLab