Imported Upstream version 1.33.1
[platform/upstream/grpc.git] / .gitignore
1 # C/C++ build outputs
2 .build/
3 bins
4 gens
5 libs
6 objs
7
8 # Python items
9 cython_debug/
10 python_build/
11 yapf_virtual_environment/
12 python_pylint_venv/
13 .coverage*
14 .eggs
15 htmlcov/
16 dist/
17 *.egg
18 py27_gevent/
19 py27_native/
20 py3[0-9]_gevent/
21 py3[0-9]_native/
22 a.out
23 src/python/grpcio_*/LICENSE
24 src/python/grpcio_status/grpc_status/google/rpc/status.proto
25 .pytype
26 *.egg-info
27
28 # Node installation output
29 node_modules
30 src/node/extension_binary/
31
32 # gcov coverage data
33 reports
34 coverage
35 *.gcno
36
37 # profiler output
38 *.prof
39
40 # python compiled objects
41 *.pyc
42
43 # eclipse project files
44 .cproject
45 .project
46 .settings
47
48 # cache for run_tests.py
49 .run_tests_cache
50 .preprocessed_build
51
52 # emacs temp files
53 *~
54
55 # vim temp files
56 .*.swp
57
58 # Makefile's cache
59 cache.mk
60
61 # Ruby's local gem information
62 Gemfile.lock
63
64 # Temporary test reports
65 report.xml
66 */sponge_log.xml
67 latency_trace.txt
68 latency_trace.*.txt
69
70 # port server log
71 portlog.txt
72
73 # gyp generated make files
74 *-gyp.mk
75 out
76
77 # YCM config files
78 .ycm_extra_conf.py
79
80 # XCode
81 ^build/
82 *.pbxuser
83 !default.pbxuser
84 *.mode1v3
85 !default.mode1v3
86 *.mode2v3
87 !default.mode2v3
88 *.perspectivev3
89 !default.perspectivev3
90 xcuserdata
91 *.xccheckout
92 *.moved-aside
93 DerivedData
94 *.hmap
95 *.ipa
96 *.xcuserstate
97 *.DS_Store
98
99 # Objective-C generated files
100 *.pbobjc.*
101 *.pbrpc.*
102 src/objective-c/**/Build
103
104 # Cocoapods artifacts
105 Pods/
106 Podfile.lock
107 *.xcworkspace
108
109 # Artifacts directory
110 /artifacts/
111
112 # Git generated files for conflicting
113 *.orig
114
115 # IDE specific folder for JetBrains IDEs
116 .idea/
117
118 # Bazel files
119 bazel-*
120 bazel_format_virtual_environment/
121 tools/bazel-*
122
123 # Debug output
124 gdb.txt
125
126 # ctags file
127 tags
128
129 # perf data
130 memory_usage.csv
131 perf.data
132 perf.data.old
133
134 # bm_diff
135 bm_diff_new/
136 bm_diff_old/
137 bm_*.json
138
139 # cmake build files
140 **/cmake/build/
141
142 # Visual Studio Code artifacts
143 .vscode/*
144 .history/
145
146 # Clion artifacts
147 cmake-build-debug/
148
149 # Benchmark outputs
150 BenchmarkDotNet.Artifacts/
151
152 # pyenv config
153 .python-version