| *.mode* |
| *.pbxuser |
| *.perspective* |
| *.pyc |
| .DS_Store |
| .directory |
| build/ |
| !/PerformanceTests/Speedometer/**/build/ |
| /WebKitBuild/ |
| autoinstall.cache.d |
| project.xcworkspace |
| xcuserdata |
| |
| # Ignore auto-generated files by VS2005 and VS2010. |
| *.vcproj.*.user |
| *.suo |
| *.ncb |
| |
| # Ignore common tool auto-generated files. |
| .gdbinit |
| .gdb_history |
| tags |
| *~ |
| .*.sw[a-p] |
| |
| # Ignore CMake caches outside of the build directory. |
| __cmake_systeminformation/ |
| |
| # Ignore files installed by WebKitSupportLibrary/WebKitAuxiliaryLibrary/WinCairoRequirements |
| /WebKitSupportLibrary.zip |
| /WebKitLibraries/win/ |
| !/WebKitLibraries/win/include/WebKitSystemInterface/ |
| !/WebKitLibraries/win/lib32/WebKitSystemInterface.lib |
| !/WebKitLibraries/win/tools/scripts/ |
| |
| # 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 |
| |
| # Ignore generated Test262 results file |
| Tools/Scripts/test262/test262-results.yaml |
| |