Chromium Code Reviews| 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. |
|
vsm
2015/03/16 12:37:50
Did you try this - i.e., create in svn?
terry
2015/03/18 15:07:46
Yes, didn't generate anything different from this
| |
| 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 |
| (...skipping 19 matching lines...) Expand all Loading... | |
| 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 # Built by chromebot and downloaded from Google Storage | 41 # Built by chromebot and downloaded from Google Storage |
| 42 client/tests/drt | 42 client/tests/drt |
| 43 | 43 |
| 44 # Compiled python binaries | 44 # Compiled python binaries |
| 45 *.pyc | 45 *.pyc |
| 46 | 46 |
| 47 #pydev project file. | |
|
vsm
2015/03/16 12:37:50
Nit: space after '#' for consistency with rest of
terry
2015/03/18 15:07:47
Done.
| |
| 48 .pydevproject | |
| 49 | |
| 47 # From the Mac OS X Finder | 50 # From the Mac OS X Finder |
| 48 .DS_Store | 51 .DS_Store |
| 49 | 52 |
| 50 # Pub generated "packages" directories and files | 53 # Pub generated "packages" directories and files |
| 51 packages | 54 packages |
| 52 pubspec.lock | 55 pubspec.lock |
| 53 | 56 |
| 54 # Local pub storage | 57 # Local pub storage |
| 55 .pub | 58 .pub |
| 56 | 59 |
| 57 # Vim temporary swap files. | 60 # Vim temporary swap files. |
| 58 *.swp | 61 *.swp |
| 59 | 62 |
| 60 # Kate temporary files. | 63 # Kate temporary files. |
| 61 *~ | 64 *~ |
| 62 *.kate-swp | 65 *.kate-swp |
| 63 | 66 |
| 64 # Merge files. | 67 # Merge files. |
| 65 *.orig | 68 *.orig |
| 66 *.rej | 69 *.rej |
| 67 | 70 |
| 68 # Generated files. | 71 # Generated files. |
| 69 tools/out | 72 tools/out |
| 70 tools/xcodebuild | 73 tools/xcodebuild |
| 71 editor/util/testing/mac/CodeLab.suite/Results | 74 editor/util/testing/mac/CodeLab.suite/Results |
| 72 editor/util/testing/mac/DartEditor.suite/Results | 75 editor/util/testing/mac/DartEditor.suite/Results |
| 73 editor/util/testing/mac/Samples.suite/Results | 76 editor/util/testing/mac/Samples.suite/Results |
| 74 .test-outcome.log | 77 .test-outcome.log |
| OLD | NEW |