From 18a403e9fff3a719e9aa20acad5264406a1eb747 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 18 Apr 2013 17:18:57 +0100 Subject: add a .gitattributes so .gitignore is not exported --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..de2f316 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +.gitignore export-ignore +.gitattributes export-ignore -- cgit v1.2.3