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 14 matching lines...) Expand all Loading... |
25 *.vcproj | 25 *.vcproj |
26 *.vcxproj | 26 *.vcxproj |
27 *.vcxproj.filters | 27 *.vcxproj.filters |
28 /*.vcxproj.user | 28 /*.vcxproj.user |
29 | 29 |
30 # 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 |
31 # stuff doesn't handle them well. | 31 # stuff doesn't handle them well. |
32 | 32 |
33 # Gyp generated files | 33 # Gyp generated files |
34 *.xcodeproj | 34 *.xcodeproj |
| 35 *.intermediate |
35 | 36 |
36 # Dart Editor config files - also in all subdirectories. | 37 # Dart Editor config files - also in all subdirectories. |
37 .children | 38 .children |
38 .project | 39 .project |
39 | 40 |
40 # IntelliJ project files | 41 # IntelliJ project files |
41 *.iml | 42 *.iml |
42 .idea | 43 .idea |
43 | 44 |
44 # Built by chromebot and downloaded from Google Storage | 45 # Built by chromebot and downloaded from Google Storage |
(...skipping 27 matching lines...) Expand all Loading... |
72 *.orig | 73 *.orig |
73 *.rej | 74 *.rej |
74 | 75 |
75 # Generated files. | 76 # Generated files. |
76 tools/out | 77 tools/out |
77 tools/xcodebuild | 78 tools/xcodebuild |
78 editor/util/testing/mac/CodeLab.suite/Results | 79 editor/util/testing/mac/CodeLab.suite/Results |
79 editor/util/testing/mac/DartEditor.suite/Results | 80 editor/util/testing/mac/DartEditor.suite/Results |
80 editor/util/testing/mac/Samples.suite/Results | 81 editor/util/testing/mac/Samples.suite/Results |
81 .test-outcome.log | 82 .test-outcome.log |
OLD | NEW |