From ddd0f40d4ca177397bb0cf435a273fd53b75e251 Mon Sep 17 00:00:00 2001 From: Andrew Resch Date: Fri, 26 Mar 2010 13:12:30 -0700 Subject: [PATCH] Add .gitattributes file --- .gitattributes | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..3aa2e3ac4 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,9 @@ +/libtorrent export-ignore +/win32 export-ignore +docs/build export-ignore +docs/source export-ignore +/tests export-ignore +deluge/scripts export-ignore +.gitattributes export-ignore +.gitmodules export-ignore +.gitignore export-ignore