From 9812b27fb0a7e097a6b7a1a54a632ab39f48a2b4 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sat, 11 May 2013 07:47:52 +0100 Subject: [PATCH] Add .gitattributes file For specifying what not to export when running 'git archive' --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..596615322 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +.gitattributes export-ignore +.gitignore export-ignore