From 844e6586608074dc7d116c0ea43a5ab3a0d7a668 Mon Sep 17 00:00:00 2001 From: huji Date: Tue, 31 Dec 2013 19:25:54 -0500 Subject: [PATCH] Add .gitignore to the /skins directory To make it easier to work on 3rd party skins. Bug: 55486 Change-Id: I986b6fe71bba429d1274bd86822448838601af64 --- skins/.gitignore | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 skins/.gitignore 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 -- 2.20.1