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