From 0d2873523279c2d8fd0d5e4c34f81dcb9176381e Mon Sep 17 00:00:00 2001
From: "Jukka.Zitting" <jukka@apache.org>
Date: Sat, 30 Jun 2012 01:26:00 +0200
Subject: [PATCH] COMPRESS-190: Git settings for commons-compress

Ignore the target directory and Eclipse project files.
Tell git to use Unix line endings for .ar files even on Windows.
---
 .gitattributes |    3 +++
 .gitignore     |    4 ++++
 2 files changed, 7 insertions(+)
 create mode 100644 .gitattributes
 create mode 100644 .gitignore

diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..4edf1d9
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,3 @@
+src/test/resources/longfile_gnu.ar      eol=lf
+src/test/resources/longfile_bsd.ar      eol=lf
+src/test/resources/longpath/minotaur.ar eol=lf
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..d163d47
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+target
+.project
+.classpath
+.settings
-- 
1.7.10.msysgit.1

