From c802f9343a0fd50e84613a795b632bb290de7a11 Mon Sep 17 00:00:00 2001 From: Caspern Date: Sat, 16 Nov 2013 18:01:27 +0100 Subject: [PATCH] .gitattributes: ignoring some paths when downloading from github --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..8af211b1 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +.gitattributes export-ignore +.gitignore export-ignore +.travis.yml export-ignore +tests/ export-ignore