OLD | NEW |
1 *.Makefile | 1 *.Makefile |
2 *.mk | 2 *.mk |
3 *.mode* | 3 *.mode* |
4 *.pbxuser | 4 *.pbxuser |
5 *.perspective* | 5 *.perspective* |
6 *.pyc | 6 *.pyc |
7 .DS_Store | 7 .DS_Store |
8 .directory | 8 .directory |
9 autoinstall.cache.d | 9 autoinstall.cache.d |
10 | 10 |
| 11 Source/devtools/**/*.mk |
| 12 Source/yarr/**/*.mk |
| 13 Source/config.target.mk |
| 14 |
11 # Ignore auto-generated files by VS2005 and VS2010. | 15 # Ignore auto-generated files by VS2005 and VS2010. |
12 *.ncb | 16 *.ncb |
13 *.props | 17 *.props |
14 *.sln | 18 *.sln |
15 *.suo | 19 *.suo |
16 *.targets | 20 *.targets |
17 *.vcproj | 21 *.vcproj |
18 *.vcproj.*.user | 22 *.vcproj.*.user |
19 *.vcxproj.user | 23 *.vcxproj.user |
20 *.vcxproj | 24 *.vcxproj |
21 *.vcxproj.filters | 25 *.vcxproj.filters |
22 Source/core/make_core_generated.xml | 26 Source/core/make_core_generated.xml |
23 | 27 |
24 # Ignore Eclipse project files | 28 # Ignore Eclipse project files |
25 .project | 29 .project |
26 .cproject | 30 .cproject |
27 /.settings | 31 /.settings |
28 | 32 |
29 # Ignore common tool auto-generated files. | 33 # Ignore common tool auto-generated files. |
30 .gdb_history | 34 .gdb_history |
31 tags | 35 tags |
32 *~ | 36 *~ |
33 .*.sw[a-p] | 37 .*.sw[a-p] |
34 | 38 |
35 # For best performance, place rules for deep paths in the parent directory. | 39 # For best performance, place rules for deep paths in the parent directory. |
36 # For example: instead of placing Source/WebKit/chromium/WebKit.xcodeproj here, | 40 # For example: instead of placing Source/WebKit/chromium/WebKit.xcodeproj here, |
37 # place WebKit.xcodeproj in Source/WebKit/chromium/.gitignore | 41 # place WebKit.xcodeproj in Source/WebKit/chromium/.gitignore |
OLD | NEW |