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

Side by Side Diff: third_party/grpc/.gitignore

Issue 1932353002: Initial checkin of gRPC to third_party/ Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « third_party/grpc/.editorconfig ('k') | third_party/grpc/.gitmodules » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # C/C++ build outputs
2 bins
3 gens
4 libs
5 objs
6
7 # Python items
8 python_build/
9 .coverage*
10 .eggs
11 .tox
12 htmlcov/
13 dist/
14 *.egg
15
16 # Node installation output
17 node_modules/
18 src/node/extension_binary/
19
20 # gcov coverage data
21 reports
22 coverage
23 *.gcno
24
25 # profiler output
26 *.prof
27
28 # python compiled objects
29 *.pyc
30
31 #eclipse project files
32 .cproject
33 .project
34 .settings
35
36 # cache for run_tests.py
37 .run_tests_cache
38 .preprocessed_build
39
40 # emacs temp files
41 *~
42
43 # vim temp files
44 .*.swp
45
46 # Makefile's cache
47 cache.mk
48
49 # Ruby's local gem information
50 Gemfile.lock
51
52 # Temporary test reports
53 report.xml
54 latency_trace.txt
55 latency_trace.*.txt
56
57 # port server log
58 portlog.txt
59
60 # gyp generated make files
61 *-gyp.mk
62 out
63
64 # YCM config files
65 .ycm_extra_conf.py
66
67 # XCode
68 ^build/
69 *.pbxuser
70 !default.pbxuser
71 *.mode1v3
72 !default.mode1v3
73 *.mode2v3
74 !default.mode2v3
75 *.perspectivev3
76 !default.perspectivev3
77 xcuserdata
78 *.xccheckout
79 *.moved-aside
80 DerivedData
81 *.hmap
82 *.ipa
83 *.xcuserstate
84 *.DS_Store
85
86 # Objective-C generated files
87 *.pbobjc.*
88 *.pbrpc.*
89
90 # Cocoapods artifacts
91 # Podfile.lock and the workspace file are tracked, to ease deleting them. That's
92 # needed to trigger "pod install" to rerun the preinstall commands.
93 Pods/
94
95 # Artifacts directory
96 artifacts/
OLDNEW
« no previous file with comments | « third_party/grpc/.editorconfig ('k') | third_party/grpc/.gitmodules » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698