From 967481210508fc9bfcf2347d0f7935d546d1f4d5 Mon Sep 17 00:00:00 2001 From: Kevin Israel Date: Wed, 25 Jun 2014 19:04:53 -0400 Subject: [PATCH] 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 --- skins/.gitignore | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) 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 -- 2.20.1