Update ReadMe.md
[qtwebkit.git] / .gitignore
blob5da2c2d7a052ec01def31ae04f9484d83180b2b3
1 *.mode*
2 *.pbxuser
3 *.perspective*
4 *.pyc
5 .DS_Store
6 .directory
7 build/
8 !/PerformanceTests/Speedometer/**/build/
9 /WebKitBuild/
10 /test262-results/
11 autoinstall.cache.d
12 project.xcworkspace
13 xcuserdata
14 .mailmap
16 # Ignore auto-generated files by VS & VSCode.
17 *.vcproj.*.user
18 *.suo
19 *.ncb
20 /.vs/
21 /.vscode/
23 # Ignore common tool auto-generated files.
24 .gdbinit
25 .gdb_history
26 tags
28 .*.sw[a-p]
30 # Ignore CMake caches outside of the build directory.
31 __cmake_systeminformation/
33 # Ignore files installed by WebKitSupportLibrary/WebKitAuxiliaryLibrary/WinCairoRequirements
34 /WebKitSupportLibrary.zip
35 /WebKitLibraries/win/
36 !/WebKitLibraries/win/include/WebKitSystemInterface/
37 !/WebKitLibraries/win/lib32/WebKitSystemInterface.lib
38 !/WebKitLibraries/win/tools/scripts/
40 # Ignore files generated by Qt Creator:
41 *.pro.user
43 # Ignore KDevelop files:
44 .kdev_include_paths
45 *.kdev4
46 *.kate-swp
48 # Ignore Eclipse files:
49 .project
50 .cproject
51 .settings
53 # Ignore YouCompleteMe symlinks
54 .ycm_extra_conf.py
56 # Local overrides configuration files
57 LocalOverrides.xcconfig