
hashar+wmf at free
Mar 31, 2012, 3:34 AM
Post #3 of 4
(73 views)
Permalink
|
|
Re: syncing .gitignore between repositories
[In reply to]
|
|
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 Wikitech-l [at] lists https://lists.wikimedia.org/mailman/listinfo/wikitech-l
|