| 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 20 matching lines...) Expand all Loading... |
| 31 # End generated ignores. The following are hand-added because the svn:ignore | 31 # End generated ignores. The following are hand-added because the svn:ignore |
| 32 # stuff doesn't handle them well. | 32 # stuff doesn't handle them well. |
| 33 | 33 |
| 34 # Gyp generated files | 34 # Gyp generated files |
| 35 *.xcodeproj | 35 *.xcodeproj |
| 36 | 36 |
| 37 # Dart Editor config files - also in all subdirectories. | 37 # Dart Editor config files - also in all subdirectories. |
| 38 .children | 38 .children |
| 39 .project | 39 .project |
| 40 | 40 |
| 41 # IntelliJ project files |
| 42 *.iml |
| 43 |
| 41 # Built by chromebot and downloaded from Google Storage | 44 # Built by chromebot and downloaded from Google Storage |
| 42 client/tests/drt | 45 client/tests/drt |
| 43 | 46 |
| 44 # Compiled python binaries | 47 # Compiled python binaries |
| 45 *.pyc | 48 *.pyc |
| 46 | 49 |
| 47 # pydev project file. | 50 # pydev project file. |
| 48 .pydevproject | 51 .pydevproject |
| 49 | 52 |
| 50 # From the Mac OS X Finder | 53 # From the Mac OS X Finder |
| (...skipping 17 matching lines...) Expand all Loading... |
| 68 *.orig | 71 *.orig |
| 69 *.rej | 72 *.rej |
| 70 | 73 |
| 71 # Generated files. | 74 # Generated files. |
| 72 tools/out | 75 tools/out |
| 73 tools/xcodebuild | 76 tools/xcodebuild |
| 74 editor/util/testing/mac/CodeLab.suite/Results | 77 editor/util/testing/mac/CodeLab.suite/Results |
| 75 editor/util/testing/mac/DartEditor.suite/Results | 78 editor/util/testing/mac/DartEditor.suite/Results |
| 76 editor/util/testing/mac/Samples.suite/Results | 79 editor/util/testing/mac/Samples.suite/Results |
| 77 .test-outcome.log | 80 .test-outcome.log |
| OLD | NEW |