| 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 /api_docs.target.mk | 8 /.children |
| 9 /.project |
| 10 /Makefile |
| 9 /benchmarks | 11 /benchmarks |
| 10 /compiler.target.mk | 12 /build |
| 11 /create_sdk.target.mk | |
| 12 /dart.Makefile | 13 /dart.Makefile |
| 13 /dart.xcodeproj | 14 /dart.sdf |
| 14 /dart2js.target.mk | 15 /dart.sln |
| 15 /dart2js_bot.target.mk | 16 /dart.suo |
| 16 /Makefile | |
| 17 /out | 17 /out |
| 18 /runtime.target.mk | |
| 19 /samples.target.mk | |
| 20 /upload_sdk.target.mk | |
| 21 /xcodebuild | 18 /xcodebuild |
| 22 /upload_sdk.vcxproj | 19 /*.pyc |
| 23 /dart2js.vcxproj.user | 20 /*.target.mk |
| 24 /api_docs.vcproj | 21 /*.vcproj |
| 25 /upload_sdk.vcxproj.filters | 22 /*.vcxproj |
| 26 /api_docs.vcxproj.user | 23 /*.vcxproj.user |
| 27 /dart.suo | 24 /*.vcxproj.filters |
| 28 /dart2js.vcxproj | 25 /*.xcodeproj |
| 29 /compiler.vcxproj | |
| 30 /dart.sdf | |
| 31 /cached_results.txt | 26 /cached_results.txt |
| 32 /chromedriver.log | 27 /chromedriver.log |
| 33 /api_docs.vcxproj | |
| 34 /compiler.vcproj | |
| 35 /timing_info.txt | 28 /timing_info.txt |
| 36 /compiler.vcxproj.user | |
| 37 /dart.sln | |
| 38 /runtime.vcproj | |
| 39 /upload_sdk.vcproj | |
| 40 /runtime.vcxproj.user | |
| 41 /upload_sdk.vcxproj.user | |
| 42 /create_sdk.vcxproj | |
| 43 /create_sdk.vcxproj.filters | |
| 44 /create_sdk.vcproj | |
| 45 /samples.vcproj | |
| 46 /dart2js.vcproj | |
| 47 /create_sdk.vcxproj.user | |
| 48 /runtime.vcxproj | |
| 49 /build | |
| 50 /*.xcodeproj | |
| 51 /.children | |
| 52 /.project | |
| 53 /*.pyc | |
| 54 | 29 |
| 55 # 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 |
| 56 # stuff doesn't handle them well. | 31 # stuff doesn't handle them well. |
| 57 | 32 |
| 58 # Generated XCode projects on Mac | |
| 59 *.xcodeproj | |
| 60 | |
| 61 # Dart Editor config files | |
| 62 .children | |
| 63 .project | |
| 64 | |
| 65 # Built by chromebot and downloaded from Google Storage | 33 # Built by chromebot and downloaded from Google Storage |
| 66 client/tests/drt | 34 client/tests/drt |
| 67 | 35 |
| 68 # Compiled python binaries | 36 # Compiled python binaries |
| 69 *.pyc | 37 *.pyc |
| 70 third_party/gsutil/*/gsutilc | 38 third_party/gsutil/*/gsutilc |
| 71 | 39 |
| 72 # From the Mac OS X Finder | 40 # From the Mac OS X Finder |
| 73 .DS_Store | 41 .DS_Store |
| 74 | 42 |
| 75 # Pub generated "packages" directories | 43 # Pub generated "packages" directories |
| 76 packages | 44 packages |
| 77 | 45 |
| 78 # Vim temporary swap files. | 46 # Vim temporary swap files. |
| 79 *.swp | 47 *.swp |
| OLD | NEW |