forked from WebKit/WebKit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
77 lines (62 loc) · 1.33 KB
/
.gitignore
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
*.pbxuser
*.perspective*
*.pyc
.DS_Store
.directory
/WebKitBuild/
/.clangd
/update-compile-commands-symlink.conf
/test262-results/
autoinstall.cache.d
project.xcworkspace
xcuserdata
DerivedData
.mailmap
results
# Ignore Buildstream local files
/Tools/buildstream/.bst2
/Tools/buildstream/cache
/Tools/buildstream/flatpak-version.yml
/Tools/buildstream/repo
# Ignore auto-generated files by VS & VSCode.
/.vs/
/.vscode/
# Ignore auto-generated files by JetBrains IDEs (PyCharm).
*.idea/
# Ignore common tool auto-generated files.
.gdbinit
.gdb_history
tags
*~
.*.sw[a-p]
.cache
.clangd
compile_commands.json
__pycache__
# Ignore CMake caches outside of the build directory.
__cmake_systeminformation/
# Ignore port files downloaded to WebKitLibraries
/WebKitLibraries/win/
/WebKitLibraries/playstation/
# Ignore files generated by Qt Creator:
*.pro.user
# Ignore KDevelop files:
.kdev_include_paths
*.kdev4
*.kate-swp
# Ignore Eclipse files:
.project
.cproject
.settings
# Ignore YouCompleteMe symlinks
.ycm_extra_conf.py
# Local overrides configuration files
LocalOverrides.xcconfig
# Ignore the external git repo of cog
Tools/wpe/cog
# Ignore the parse table generated by gni-to-cmake.py
Source/ThirdParty/ANGLE/parsetab.py
# Ignore user CMake presets
CMakeUserPresets.json
# Ignore BenchmarkTemp folder generated by run-jsc-benchmarks
BenchmarkTemp