| OLD | NEW |
| 1 # This is pulled in via an entry in DEPS | 1 # These are pulled in via entries in DEPS. |
| 2 LayoutTests/w3c | 2 LayoutTests/w3c |
| 3 LayoutTests/third_party/web-platform-tests |
| 4 LayoutTests/third_party/csswg-test |
| 3 | 5 |
| 4 *.Makefile | 6 *.Makefile |
| 5 *.mk | 7 *.mk |
| 6 *.mode* | 8 *.mode* |
| 7 *.pbxuser | 9 *.pbxuser |
| 8 *.perspective* | 10 *.perspective* |
| 9 *.pyc | 11 *.pyc |
| 10 .DS_Store | 12 .DS_Store |
| 11 .directory | 13 .directory |
| 12 autoinstall.cache.d | 14 autoinstall.cache.d |
| (...skipping 18 matching lines...) Expand all Loading... |
| 31 | 33 |
| 32 # Ignore common tool auto-generated files. | 34 # Ignore common tool auto-generated files. |
| 33 .gdb_history | 35 .gdb_history |
| 34 tags | 36 tags |
| 35 *~ | 37 *~ |
| 36 .*.sw[a-p] | 38 .*.sw[a-p] |
| 37 | 39 |
| 38 # For best performance, place rules for deep paths in the parent directory. | 40 # For best performance, place rules for deep paths in the parent directory. |
| 39 # For example: instead of placing Source/WebKit/chromium/WebKit.xcodeproj here, | 41 # For example: instead of placing Source/WebKit/chromium/WebKit.xcodeproj here, |
| 40 # place WebKit.xcodeproj in Source/WebKit/chromium/.gitignore | 42 # place WebKit.xcodeproj in Source/WebKit/chromium/.gitignore |
| OLD | NEW |