From 3932e632c1b8f5fc8a1297349082b10cf1221dd7 Mon Sep 17 00:00:00 2001 From: Andrew Resch Date: Fri, 19 Mar 2010 13:51:17 -0700 Subject: [PATCH] Add export-ignore attributes --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..82e9b213b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +libtorrent/ export-ignore +win32/ export-ignore +docs/build export-ignore +docs/source export-ignore +tests/ export-ignore +deluge/scripts export-ignore