Le 31/03/12 10:17, Amir E. Aharoni a écrit : > Hi, > > We have dozens of repositories now. It's probably good that they are > separate, but many of them have similarities in configuration, that > should be synchronized. > > One of these is .gitignore. The content of this file is probably very > similar in most repos. Did anybody think about synchronizing it > somehow?
As a workaround, you could configure your git client to use a global ignore list: $ git config --global core.excludesfile ~/.gitignores Then edit that file and add whatever you want :-D -- Antoine "hashar" Musso _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
