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

Side by Side Diff: .gitignore

Issue 11962042: Added DebugLogger to testing scripts. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 11 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 | tools/bots/compiler.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # These ignores are auto-generated from the canonical svn ignore metadata 1 # These ignores are auto-generated from the canonical svn ignore metadata
2 # using: 2 # using:
3 # 3 #
4 # $ git svn create-ignore 4 # $ git svn create-ignore
5 # 5 #
6 # Whenever possible, prefer creating ignores in svn and then generating them 6 # Whenever possible, prefer creating ignores in svn and then generating them
7 # to keep git in sync. 7 # to keep git in sync.
8 /.children 8 /.children
9 /.project 9 /.project
10 /Makefile 10 /Makefile
11 /benchmarks 11 /benchmarks
12 /build 12 /build
13 /ipch 13 /ipch
14 /out 14 /out
15 /xcodebuild 15 /xcodebuild
16 /.flaky.log 16 /.flaky.log
17 /.debug.log
17 /*.Makefile 18 /*.Makefile
18 /*.opensdf 19 /*.opensdf
19 /*.pyc 20 /*.pyc
20 /*.sdf 21 /*.sdf
21 /*.sln 22 /*.sln
22 /*.suo 23 /*.suo
23 /*.target.mk 24 /*.target.mk
24 /*.vcproj 25 /*.vcproj
25 /*.vcxproj 26 /*.vcxproj
26 /*.vcxproj.filters 27 /*.vcxproj.filters
(...skipping 18 matching lines...) Expand all
45 .DS_Store 46 .DS_Store
46 47
47 # Pub generated "packages" directories 48 # Pub generated "packages" directories
48 packages 49 packages
49 50
50 # Vim temporary swap files. 51 # Vim temporary swap files.
51 *.swp 52 *.swp
52 53
53 # Generated files. 54 # Generated files.
54 tools/out 55 tools/out
OLDNEW
« no previous file with comments | « no previous file | tools/bots/compiler.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698