1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161
|
# Global rules
exclude #$
exclude ChangeLog
exclude CMakeLists.txt.user
exclude Makefile
exclude PlatformAppleWin.cmake
exclude PlatformGTK.cmake
exclude PlatformEfl.cmake
exclude PlatformMac.cmake
exclude PlatformWin.cmake
exclude PlatformWinCairo.cmake
exclude tags$
exclude ~$
exclude \.#$
exclude \.bak$
exclude \.cproject$
exclude \.git$
exclude \.gitattributes$
exclude \.gitignore$
exclude \.icns$
exclude \.lproj$
exclude \.m$
exclude \.mm$
exclude \.nib$
exclude \.o$
exclude \.order$
exclude \.orig$
exclude \.pdf$
exclude \.plist$
exclude \.project$
exclude \.props$
exclude \.pyc$
exclude \.pyo$
exclude \.rej$
exclude \.rtf$
exclude \.sb$
exclude \.sb\.in$
exclude \.settings$
exclude \.svn$
exclude \.sw[a-p]$
exclude \.vcxproj$
exclude \.xib$
exclude \.xcconfig$
exclude \.xcodeproj$
# Exclude directories from other ports
exclude .*\/(Configurations|mac|ios|cf|cg|cocoa|Cocoa|objc|avfoundation|ca|curl|efl|win|gtk|cairo|soup|gnutls)\/.*$
directory Source
exclude Source/JavaScriptCore/tests
exclude Source/WebCore/platform/audio/resources
exclude Source/WebCore/bindings/scripts/test
exclude Source/WebCore/platform/efl/DefaultTheme
exclude Source/WebCore/Resources
exclude Source/cmake/EFLHelpers.cmake$
exclude Source/cmake/OptionsWinCairo.cmake$
exclude Source/cmake/OptionsWindows.cmake$
exclude Source/cmake/OptionsAppleWin.cmake$
exclude Source/cmake/OptionsEfl.cmake$
exclude Source/cmake/OptionsGTK.cmake$
exclude Source/cmake/eflsymbols.filter$
exclude Source/WebInspectorUI/Tools
exclude Source/WebInspectorUI/UserInterface/Images
exclude Source/WebKit/qt/LICENSE.LGPLv21
exclude Source/WebKit2/Resources
file Source/WebCore/English.lproj/mediaControlsLocalizedStrings.js
# Windows-specific code
file Source/WTF/wtf/text/win
file Source/WTF/wtf/threads/win/BinarySemaphoreWin.cpp
file Source/WTF/wtf/win
file Source/WebCore/platform/graphics/win/LocalWindowsContext.h
file Source/WebCore/platform/graphics/win/MediaPlayerPrivateMediaFoundation.cpp
file Source/WebCore/platform/graphics/win/MediaPlayerPrivateMediaFoundation.h
file Source/WebCore/platform/graphics/win/TransformationMatrixWin.cpp
file Source/WebCore/platform/win
# macOS-specific code
file Source/WTF/wtf/cf
file Source/WTF/wtf/cocoa
file Source/WTF/wtf/text/cf
file Source/WebCore/platform/cf/SharedBufferCF.cpp
file Source/WebCore/platform/cocoa/MachSendRight.cpp
file Source/WebCore/platform/cocoa/MachSendRight.h
file Source/WebCore/platform/spi/cocoa/MachVMSPI.h
# WK2 on Windows and macOS
file Source/WebKit2/Platform/IPC/mac
file Source/WebKit2/Platform/IPC/win
file Source/WebKit2/Platform/mac
file Source/WebKit2/Platform/win
# WK1 plugin code is in WebKit/win
file Source/WebKit/win/Plugins
# Version
file Source/WebKit/mac/Configurations/Version.xcconfig
# Move LICENSE.LGPLv21 and README to the root
file Source/WebKit/qt/LICENSE.LGPLv21 LICENSE.LGPLv21
file Source/WebKit/qt/README README
directory Source/WebInspectorUI/UserInterface/Images
exclude Source/WebInspectorUI/UserInterface/Images/.*
file Source/WebInspectorUI/UserInterface/Images/gtk
file Source/WebInspectorUI/Localizations/en.lproj/localizedStrings.js
# Resources
file Source/WebCore/Resources/plugIns.js
# WebCore.qrc
file Source/WebCore/Resources/missingImage.png
file Source/WebCore/Resources/missingImage@2x.png
file Source/WebCore/Resources/missingImage@3x.png
file Source/WebCore/Resources/nullPlugin.png
file Source/WebCore/Resources/nullPlugin@2x.png
file Source/WebCore/Resources/textAreaResizeCorner.png
file Source/WebCore/Resources/textAreaResizeCorner@2x.png
file Source/WebCore/Resources/urlIcon.png
file Source/WebCore/Resources/zoomInCursor.png
file Source/WebCore/Resources/zoomOutCursor.png
file Source/WebCore/Resources/verticalTextCursor.png
file Source/WebCore/Resources/cellCursor.png
file Source/WebCore/Resources/contextMenuCursor.png
file Source/WebCore/Resources/copyCursor.png
file Source/WebCore/Resources/progressCursor.png
file Source/WebCore/Resources/aliasCursor.png
file Source/WebCore/platform/audio/resources/Composite.wav
directory Tools/qt
directory Tools/qmake
directory Tools/ImageDiff
directory Tools/MiniBrowser
directory Tools/TestWebKitAPI
directory Tools/QtTestBrowser
directory Tools/DumpRenderTree
exclude Tools/DumpRenderTree/fonts
directory Tools/WebKitTestRunner
exclude Tools/WebKitTestRunner/fonts/
file CMakeLists.txt
file Tools/CMakeLists.txt
file Tools/PlatformQt.cmake
file Tools/Scripts/VCSUtils.pm
file Tools/Scripts/build-webkit
file Tools/Scripts/run-gtk-tests
file Tools/Scripts/update-qtwebkit-win-libs
file Tools/Scripts/update-webkit-dependency
file Tools/Scripts/webkit-build-directory
file Tools/Scripts/webkitdirs.pm
file Tools/Scripts/webkitperl/FeatureList.pm
file Tools/jhbuild/jhbuildutils.py
file WebKit.pro
file .qmake.conf
directory tests
|