diff options
author | Kevin Israel <pleasestand@live.com> | 2014-06-25 19:04:53 -0400 |
---|---|---|
committer | Kevin Israel <pleasestand@live.com> | 2014-06-25 19:11:47 -0400 |
commit | 967481210508fc9bfcf2347d0f7935d546d1f4d5 (patch) | |
tree | 351d15178f168831842c42daa2dd6217b75ac546 /skins/.gitignore | |
parent | e94cf7a345e7cfa489d32d6dadabfbe5c78899b9 (diff) | |
download | mediawikicore-967481210508fc9bfcf2347d0f7935d546d1f4d5.tar.gz mediawikicore-967481210508fc9bfcf2347d0f7935d546d1f4d5.zip |
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
Diffstat (limited to 'skins/.gitignore')
-rw-r--r-- | skins/.gitignore | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/skins/.gitignore b/skins/.gitignore index a35670e8d368..1a9569fa7fe6 100644 --- a/skins/.gitignore +++ b/skins/.gitignore @@ -1,9 +1,5 @@ -*/ -!common/ -!common/* -!monobook/ -!monobook/* -!vector/ -!vector/* - -*.php +/* +!/common/ +!/MonoBook/ +!/Vector/ +!/.gitignore |