Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(794)

Side by Side Diff: .gitignore

Issue 2206873004: Move the serial_port native code (Closed) Base URL: git@github.com:dartino/sdk.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2015, the Dartino project authors. Please see the AUTHORS file 1 # Copyright (c) 2015, the Dartino project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE.md file. 3 # BSD-style license that can be found in the LICENSE.md file.
4 4
5 # The following match filenames in any directory. 5 # The following match filenames in any directory.
6 packages 6 packages
7 *.pyc 7 *.pyc
8 *.class 8 *.class
9 .flaky.log 9 .flaky.log
10 .DS_Store 10 .DS_Store
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 /third_party/package_config/ 78 /third_party/package_config/
79 /third_party/path/ 79 /third_party/path/
80 /third_party/persistent/ 80 /third_party/persistent/
81 /third_party/pub_semver/ 81 /third_party/pub_semver/
82 /third_party/qemu/linux/qemu.tar.gz 82 /third_party/qemu/linux/qemu.tar.gz
83 /third_party/qemu/linux/qemu/ 83 /third_party/qemu/linux/qemu/
84 /third_party/raspbian/image 84 /third_party/raspbian/image
85 /third_party/raspbian/image.tar.gz 85 /third_party/raspbian/image.tar.gz
86 /third_party/raspbian/kernel 86 /third_party/raspbian/kernel
87 /third_party/raspbian/kernel.tar.gz 87 /third_party/raspbian/kernel.tar.gz
88 /third_party/serial_port/lib/src/libserial_port.dylib 88 /third_party/serial_port/lib/libserial_port.dylib
89 /third_party/serial_port/lib/src/libserial_port.so 89 /third_party/serial_port/lib/libserial_port.so
90 /third_party/stm/stm32cube_fw_f4.tar.gz 90 /third_party/stm/stm32cube_fw_f4.tar.gz
91 /third_party/stm/stm32cube_fw_f4/ 91 /third_party/stm/stm32cube_fw_f4/
92 /third_party/stm/stm32cube_fw_f7.tar.gz 92 /third_party/stm/stm32cube_fw_f7.tar.gz
93 /third_party/stm/stm32cube_fw_f7/ 93 /third_party/stm/stm32cube_fw_f7/
94 /third_party/yasm/source 94 /third_party/yasm/source
95 /tools/testing/bin/linux/dart 95 /tools/testing/bin/linux/dart
96 /tools/testing/bin/linux/dart-arm 96 /tools/testing/bin/linux/dart-arm
97 /tools/testing/bin/mac/dart 97 /tools/testing/bin/mac/dart
98 /tools/testing/bin/win/dart.exe 98 /tools/testing/bin/win/dart.exe
99 /tools/vs_dependency/win_toolchain.json 99 /tools/vs_dependency/win_toolchain.json
100 /xcodebuild/ 100 /xcodebuild/
OLDNEW
« no previous file with comments | « no previous file | DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698