Module: deluge Branch: 1.2-stable Commit: 3932e632c1b8f5fc8a1297349082b10cf1221dd7
Author: Andrew Resch <[email protected]> Date: Fri Mar 19 13:51:17 2010 -0700 Add export-ignore attributes --- .gitattributes | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..82e9b21 --- /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 -- You received this message because you are subscribed to the Google Groups "deluge-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/deluge-commit?hl=en.
