| 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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 | 49 |
| 50 # pydev project file. | 50 # pydev project file. |
| 51 .pydevproject | 51 .pydevproject |
| 52 | 52 |
| 53 # From the Mac OS X Finder | 53 # From the Mac OS X Finder |
| 54 .DS_Store | 54 .DS_Store |
| 55 | 55 |
| 56 # Pub generated "packages" directories and files | 56 # Pub generated "packages" directories and files |
| 57 packages | 57 packages |
| 58 pubspec.lock | 58 pubspec.lock |
| 59 .packages |
| 59 | 60 |
| 60 # Local pub storage | 61 # Local pub storage |
| 61 .pub | 62 .pub |
| 62 | 63 |
| 63 # Vim temporary swap files. | 64 # Vim temporary swap files. |
| 64 *.swp | 65 *.swp |
| 65 | 66 |
| 66 # Kate temporary files. | 67 # Kate temporary files. |
| 67 *~ | 68 *~ |
| 68 *.kate-swp | 69 *.kate-swp |
| 69 | 70 |
| 70 # Merge files. | 71 # Merge files. |
| 71 *.orig | 72 *.orig |
| 72 *.rej | 73 *.rej |
| 73 | 74 |
| 74 # Generated files. | 75 # Generated files. |
| 75 tools/out | 76 tools/out |
| 76 tools/xcodebuild | 77 tools/xcodebuild |
| 77 editor/util/testing/mac/CodeLab.suite/Results | 78 editor/util/testing/mac/CodeLab.suite/Results |
| 78 editor/util/testing/mac/DartEditor.suite/Results | 79 editor/util/testing/mac/DartEditor.suite/Results |
| 79 editor/util/testing/mac/Samples.suite/Results | 80 editor/util/testing/mac/Samples.suite/Results |
| 80 .test-outcome.log | 81 .test-outcome.log |
| OLD | NEW |