From: huji Date: Wed, 1 Jan 2014 00:25:54 +0000 (-0500) Subject: Add .gitignore to the /skins directory X-Git-Tag: 1.31.0-rc.0~17151 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/journal.php?a=commitdiff_plain;h=844e6586608074dc7d116c0ea43a5ab3a0d7a668;p=lhc%2Fweb%2Fwiklou.git Add .gitignore to the /skins directory To make it easier to work on 3rd party skins. Bug: 55486 Change-Id: I986b6fe71bba429d1274bd86822448838601af64 --- diff --git a/skins/.gitignore b/skins/.gitignore new file mode 100644 index 0000000000..967fd9f427 --- /dev/null +++ b/skins/.gitignore @@ -0,0 +1,17 @@ +*/ +!cologneblue/ +!cologneblue/* +!common/ +!common/* +!modern/ +!modern/* +!monobook/ +!monobook/* +!vector/ +!vector/* + +*.php +!CologneBlue.php +!Modern.php +!MonoBook.php +!Vector.php