Module: deluge Branch: 1.2-stable Commit: cc086917c1056acd052954c48eab7358affb2145
Author: Andrew Resch <[email protected]> Date: Sat Mar 27 13:20:46 2010 -0700 Add export-ignore attribute to .gitignore --- .gitattributes | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/.gitattributes b/.gitattributes index 000826d..3aa2e3a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6,3 +6,4 @@ docs/source 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.
