Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(219)

Side by Side Diff: .gitignore

Issue 410803002: Add a DEPS file to Blink to control the revisions of the w3c test repos. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add .gitignore entries for the new locations Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
OLDNEW
« no previous file with comments | « no previous file | DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698