Changeset 203620 in webkit


Ignore:
Timestamp:
Jul 22, 2016 3:14:19 PM (8 years ago)
Author:
Konstantin Tokarev
Message:

[GTK] Improved exclusion patterns in make-dist.py manifest.
https://bugs.webkit.org/show_bug.cgi?id=160094

Reviewed by Michael Catanzaro.

  • gtk/manifest.txt.in:

Exclude Platform*.cmake files for more ports.
Removed obsolete .gyp and .pro.user patterns.
Exclude 'Configurations' and 'spi' directories.
Exclude CMakeLists.txt.user (Qt Creator IDE).

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r203616 r203620  
     12016-07-22  Konstantin Tokarev  <annulen@yandex.ru>
     2
     3        [GTK] Improved exclusion patterns in make-dist.py manifest.
     4        https://bugs.webkit.org/show_bug.cgi?id=160094
     5
     6        Reviewed by Michael Catanzaro.
     7
     8        * gtk/manifest.txt.in:
     9        Exclude Platform*.cmake files for more ports.
     10        Removed obsolete .gyp and .pro.user patterns.
     11        Exclude 'Configurations' and 'spi' directories.
     12        Exclude CMakeLists.txt.user (Qt Creator IDE).
     13
    1142016-07-22  Michael Saboff  <msaboff@apple.com>
    215
  • trunk/Tools/gtk/manifest.txt.in

    r194327 r203620  
    22exclude #$
    33exclude ChangeLog
     4exclude CMakeLists.txt.user
    45exclude Makefile
     6exclude PlatformAppleWin.cmake
    57exclude PlatformEfl.cmake
     8exclude PlatformMac.cmake
    69exclude PlatformWin.cmake
     10exclude PlatformWinCairo.cmake
    711exclude tags$
    812exclude ~$
     
    1317exclude \.gitattributes$
    1418exclude \.gitignore$
    15 exclude \.gyp$
    1619exclude \.icns$
    1720exclude \.lproj$
     
    2427exclude \.pdf$
    2528exclude \.plist$
    26 exclude \.pro\.user$
    2729exclude \.project$
    2830exclude \.props$
     
    4244
    4345# Exclude directories from other ports
    44 exclude .*\/(mac|ios|cf|cg|cocoa|Cocoa|objc|avfoundation|ca|curl|efl|win)\/.*$
     46exclude .*\/(Configurations|mac|ios|spi|cf|cg|cocoa|Cocoa|objc|avfoundation|ca|curl|efl|win)\/.*$
    4547
    4648directory Source
     
    6466# the directory includes lots of images, so we're a bit more picky here.
    6567exclude Source/WebKit/.*
    66 exclude Source/WebKit2/Configurations
    6768exclude Source/WebKit2/Resources
    6869exclude Source/WebKit2/gtk/NEWS$
Note: See TracChangeset for help on using the changeset viewer.