| 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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 68 | 68 |
| 69 # Kate temporary files. | 69 # Kate temporary files. |
| 70 *~ | 70 *~ |
| 71 *.kate-swp | 71 *.kate-swp |
| 72 | 72 |
| 73 # Merge files. | 73 # Merge files. |
| 74 *.orig | 74 *.orig |
| 75 *.rej | 75 *.rej |
| 76 | 76 |
| 77 # Generated files. | 77 # Generated files. |
| 78 tools/dartium/out |
| 78 tools/out | 79 tools/out |
| 79 tools/xcodebuild | 80 tools/xcodebuild |
| 80 editor/util/testing/mac/CodeLab.suite/Results | 81 editor/util/testing/mac/CodeLab.suite/Results |
| 81 editor/util/testing/mac/DartEditor.suite/Results | 82 editor/util/testing/mac/DartEditor.suite/Results |
| 82 editor/util/testing/mac/Samples.suite/Results | 83 editor/util/testing/mac/Samples.suite/Results |
| 83 .test-outcome.log | 84 .test-outcome.log |
| OLD | NEW |