From 10e37f3bb1d7cbc3f32f6bd85950b0d58564abff Mon Sep 17 00:00:00 2001 From: Iustin Pop <iustin@google.com> Date: Fri, 20 Mar 2009 18:17:27 +0100 Subject: [PATCH] Add a .gitattributes file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This will enhance the βdistβ rule by skipping unneeded files. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..825312826 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +/.git* export-ignore -- GitLab