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