| *.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] |
| .*.sw[a-p] |
| .cache |
| .clang-tidy |
| .clangd |
| compile_commands.json |
| __pycache__ |
| |
| # Ignore CMake caches outside of the build directory. |
| __cmake_systeminformation/ |
| |
| # Ignore port files downloaded to WebKitLibraries |
| /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 |