AX: AXIsolatedTree::updateChildren sometimes fails to update isolated subtrees when...
[webkit.git] / .gitignore
blobf1dbddf346c93d3bd72618daf193d2dc8c235c45
1 *.mode*
2 *.pbxuser
3 *.perspective*
4 *.pyc
5 .DS_Store
6 .directory
7 /WebKitBuild/
8 /test262-results/
9 autoinstall.cache.d
10 project.xcworkspace
11 xcuserdata
12 DerivedData
13 .mailmap
15 # Ignore Buildstream local files
16 /Tools/buildstream/.bst
17 /Tools/buildstream/.venv
18 /Tools/buildstream/cache
19 /Tools/buildstream/flatpak-version.yml
20 /Tools/buildstream/repo
22 # Ignore auto-generated files by VS & VSCode.
23 *.vcproj.*.user
24 *.suo
25 *.ncb
26 /.vs/
27 /.vscode/
29 # Ignore common tool auto-generated files.
30 .gdbinit
31 .gdb_history
32 tags
34 .*.sw[a-p]
35 .cache
36 .clangd
37 compile_commands.json
38 __pycache__
40 # Ignore CMake caches outside of the build directory.
41 __cmake_systeminformation/
43 # Ignore files installed by WebKitSupportLibrary/WebKitAuxiliaryLibrary/WinCairoRequirements
44 /WebKitSupportLibrary.zip
45 /WebKitLibraries/win/
46 !/WebKitLibraries/win/tools/scripts/
48 # Ignore files generated by Qt Creator:
49 *.pro.user
51 # Ignore KDevelop files:
52 .kdev_include_paths
53 *.kdev4
54 *.kate-swp
56 # Ignore Eclipse files:
57 .project
58 .cproject
59 .settings
61 # Ignore YouCompleteMe symlinks
62 .ycm_extra_conf.py
64 # Local overrides configuration files
65 LocalOverrides.xcconfig