| 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 |
| (...skipping 24 matching lines...) Expand all Loading... |
| 35 | 35 |
| 36 # Dart Editor config files - also in all subdirectories. | 36 # Dart Editor config files - also in all subdirectories. |
| 37 .children | 37 .children |
| 38 .project | 38 .project |
| 39 | 39 |
| 40 # Built by chromebot and downloaded from Google Storage | 40 # Built by chromebot and downloaded from Google Storage |
| 41 client/tests/drt | 41 client/tests/drt |
| 42 | 42 |
| 43 # Compiled python binaries | 43 # Compiled python binaries |
| 44 *.pyc | 44 *.pyc |
| 45 third_party/gsutil/*/gsutilc | |
| 46 | 45 |
| 47 # From the Mac OS X Finder | 46 # From the Mac OS X Finder |
| 48 .DS_Store | 47 .DS_Store |
| 49 | 48 |
| 50 # Pub generated "packages" directories and files | 49 # Pub generated "packages" directories and files |
| 51 packages | 50 packages |
| 52 pubspec.lock | 51 pubspec.lock |
| 53 | 52 |
| 54 # Vim temporary swap files. | 53 # Vim temporary swap files. |
| 55 *.swp | 54 *.swp |
| 56 | 55 |
| 57 # Generated files. | 56 # Generated files. |
| 58 tools/out | 57 tools/out |
| OLD | NEW |