OLD | NEW |
---|---|
1 # This is pulled in via an entry in DEPS | 1 # This is pulled in via an entry in DEPS |
2 LayoutTests/w3c | 2 LayoutTests/w3c |
3 | 3 |
4 # Pulled in via bower. | |
5 Tools/GardeningServer/bower_components | |
abarth-chromium
2014/06/22 14:43:51
This should go in Tools/GardeningServer/.gitignore
ojan
2014/06/22 22:49:21
Somehow I forgot that you could do nested .gitigno
| |
6 | |
4 *.Makefile | 7 *.Makefile |
5 *.mk | 8 *.mk |
6 *.mode* | 9 *.mode* |
7 *.pbxuser | 10 *.pbxuser |
8 *.perspective* | 11 *.perspective* |
9 *.pyc | 12 *.pyc |
10 .DS_Store | 13 .DS_Store |
11 .directory | 14 .directory |
12 autoinstall.cache.d | 15 autoinstall.cache.d |
13 | 16 |
(...skipping 17 matching lines...) Expand all Loading... | |
31 | 34 |
32 # Ignore common tool auto-generated files. | 35 # Ignore common tool auto-generated files. |
33 .gdb_history | 36 .gdb_history |
34 tags | 37 tags |
35 *~ | 38 *~ |
36 .*.sw[a-p] | 39 .*.sw[a-p] |
37 | 40 |
38 # For best performance, place rules for deep paths in the parent directory. | 41 # For best performance, place rules for deep paths in the parent directory. |
39 # For example: instead of placing Source/WebKit/chromium/WebKit.xcodeproj here, | 42 # For example: instead of placing Source/WebKit/chromium/WebKit.xcodeproj here, |
40 # place WebKit.xcodeproj in Source/WebKit/chromium/.gitignore | 43 # place WebKit.xcodeproj in Source/WebKit/chromium/.gitignore |
OLD | NEW |