| OLD | NEW |
| 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 /dart.sdf | 13 /dart.sdf |
| 14 /dart.suo | 14 /dart.suo |
| 15 /out | 15 /out |
| 16 /xcodebuild | 16 /xcodebuild |
| 17 /*.Makefile | 17 /*.Makefile |
| 18 /*.pyc | |
| 19 /*.sln | 18 /*.sln |
| 20 /*.target.mk | 19 /*.target.mk |
| 21 /*.vcproj | 20 /*.vcproj |
| 22 /*.vcxproj | 21 /*.vcxproj |
| 23 /*.vcxproj.user | 22 /*.vcxproj.user |
| 24 /*.vcxproj.filters | 23 /*.vcxproj.filters |
| 25 /*.xcodeproj | 24 /*.xcodeproj |
| 26 /cached_results.txt | |
| 27 /chromedriver.log | |
| 28 /timing_info.txt | |
| 29 | 25 |
| 30 # End generated ignores. The following are hand-added because the svn:ignore | 26 # End generated ignores. The following are hand-added because the svn:ignore |
| 31 # stuff doesn't handle them well. | 27 # stuff doesn't handle them well. |
| 32 | 28 |
| 29 # Dart Editor config files - also in all subdirectories. |
| 30 .children |
| 31 .project |
| 32 |
| 33 # Built by chromebot and downloaded from Google Storage | 33 # Built by chromebot and downloaded from Google Storage |
| 34 client/tests/drt | 34 client/tests/drt |
| 35 | 35 |
| 36 # Compiled python binaries | 36 # Compiled python binaries |
| 37 *.pyc | 37 *.pyc |
| 38 third_party/gsutil/*/gsutilc | 38 third_party/gsutil/*/gsutilc |
| 39 | 39 |
| 40 # From the Mac OS X Finder | 40 # From the Mac OS X Finder |
| 41 .DS_Store | 41 .DS_Store |
| 42 | 42 |
| 43 # Pub generated "packages" directories | 43 # Pub generated "packages" directories |
| 44 packages | 44 packages |
| 45 | 45 |
| 46 # Vim temporary swap files. | 46 # Vim temporary swap files. |
| 47 *.swp | 47 *.swp |
| OLD | NEW |