Module: deluge Branch: master Commit: ddd0f40d4ca177397bb0cf435a273fd53b75e251
Author: Andrew Resch <[email protected]> Date: Fri Mar 26 13:12:30 2010 -0700 Add .gitattributes file --- .gitattributes | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..3aa2e3a --- /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 -- 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.
