On 31/03/12 12:34, Antoine Musso a écrit :
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
Or if you are using the subgits command [1], you can configure just the repositories in the tree with: subgits config core.excludesfile ~/git-mediawiki/mediawiki-gitignores
1- http://svn.wikimedia.org/viewvc/mediawiki/trunk/tools/code-utils/subgits?vie...