On Sunday 2007, March 11, Junio C Hamano wrote: > That is a good example usage schenario; we would need to think > about what to do with .gitignore (and .gitattributes if we will > have that in-tree), though. While it's not solveable yet; if git gets gitattributes support, then it's easy. As long as there is a way of specifying attributes in the config (which I'm sure there will be), in the music repository you would have (syntax being made up on the spot) [attribute "gitattributesfile"] path = .gitattribute-music [attribute "gitignorefile"] path = .gitignore-music Then in the config repository: [attribute "gitattributesfile"] path = .gitattribute-config [attribute "gitignorefile"] path = .gitignore-config Andy -- Dr Andy Parkins, M Eng (hons), MIET andyparkins@xxxxxxxxx - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html