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

Side by Side Diff: .gitignore

Issue 1413713011: Revert "Extend the mDNS package with a native extension used on Mac OS" (Closed) Base URL: git@github.com:dart-lang/fletch.git@master
Patch Set: Created 5 years, 1 month 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 Fletch project authors. Please see the AUTHORS file 1 # Copyright (c) 2015, the Fletch 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
11 .ninja_deps 11 .ninja_deps
12 .ninja_log 12 .ninja_log
13 .fletch 13 .fletch
14 .*.swp 14 .*.swp
15 15
16 # The following match exact path names starting from the location of this file. 16 # The following match exact path names starting from the location of this file.
17 /fletch.xcodeproj/ 17 /fletch.xcodeproj/
18 /jniLibs/ 18 /jniLibs/
19 /out/ 19 /out/
20 /pkg/mdns/lib/native/libmdns_extension_lib.so
21 /pkg/mdns/lib/native/libmdns_extension_lib.dylib
22 /samples/buildbot/java/ 20 /samples/buildbot/java/
23 /samples/github/generated/ 21 /samples/github/generated/
24 /samples/todomvc/java/ 22 /samples/todomvc/java/
25 /src/compiler/compiler.xcodeproj/ 23 /src/compiler/compiler.xcodeproj/
26 /src/double_conversion.xcodeproj/ 24 /src/double_conversion.xcodeproj/
27 /src/shared/shared.xcodeproj/ 25 /src/shared/shared.xcodeproj/
28 /src/vm/vm.xcodeproj/ 26 /src/vm/vm.xcodeproj/
29 /tests/service_tests/service_tests.xcodeproj/ 27 /tests/service_tests/service_tests.xcodeproj/
30 /third_party/bin/linux/dart 28 /third_party/bin/linux/dart
31 /third_party/bin/linux/dart-arm 29 /third_party/bin/linux/dart-arm
32 /third_party/bin/mac/dart 30 /third_party/bin/mac/dart
33 /third_party/charcode/ 31 /third_party/charcode/
34 /third_party/crypto/ 32 /third_party/crypto/
35 /third_party/dart/ 33 /third_party/dart/
36 /third_party/gyp/ 34 /third_party/gyp/
37 /third_party/isolate/ 35 /third_party/isolate/
38 /third_party/openocd/ 36 /third_party/openocd/
39 /third_party/package_config/ 37 /third_party/package_config/
40 /third_party/path/ 38 /third_party/path/
41 /third_party/persistent/ 39 /third_party/persistent/
42 /third_party/qemu/linux/qemu.tar.gz 40 /third_party/qemu/linux/qemu.tar.gz
43 /third_party/qemu/linux/qemu/ 41 /third_party/qemu/linux/qemu/
44 /tools/testing/bin/linux/dart 42 /tools/testing/bin/linux/dart
45 /tools/testing/bin/linux/dart-arm 43 /tools/testing/bin/linux/dart-arm
46 /tools/testing/bin/mac/dart 44 /tools/testing/bin/mac/dart
47 /version.gyp 45 /version.gyp
48 /xcodebuild/ 46 /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