From: Kevin Israel Date: Wed, 25 Jun 2014 23:04:53 +0000 (-0400) Subject: skins: Update .gitignore X-Git-Tag: 1.31.0-rc.0~15237^2 X-Git-Url: http://git.cyclocoop.org/?a=commitdiff_plain;h=967481210508fc9bfcf2347d0f7935d546d1f4d5;p=lhc%2Fweb%2Fwiklou.git skins: Update .gitignore ... so symlinks to mediawiki/skins repos won't appear as "Untracked files" and new files under common/, MonoBook/, and Vector/ will. Change-Id: I31e81a51aafb6f00e5302531ed64d8f0c325929a --- diff --git a/skins/.gitignore b/skins/.gitignore index a35670e8d3..1a9569fa7f 100644 --- a/skins/.gitignore +++ b/skins/.gitignore @@ -1,9 +1,5 @@ -*/ -!common/ -!common/* -!monobook/ -!monobook/* -!vector/ -!vector/* - -*.php +/* +!/common/ +!/MonoBook/ +!/Vector/ +!/.gitignore