cde82bc3d368c3f5e365e8a47fa30d003c48ee25
[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
23 # Node installation output
24 node_modules
25 src/node/extension_binary/
26
27 # gcov coverage data
28 reports
29 coverage
30 *.gcno
31
32 # profiler output
33 *.prof
34
35 # python compiled objects
36 *.pyc
37
38 # eclipse project files
39 .cproject
40 .project
41 .settings
42
43 # cache for run_tests.py
44 .run_tests_cache
45 .preprocessed_build
46
47 # emacs temp files
48 *~
49
50 # vim temp files
51 .*.swp
52
53 # Makefile's cache
54 cache.mk
55
56 # Ruby's local gem information
57 Gemfile.lock
58
59 # Temporary test reports
60 report.xml
61 */sponge_log.xml
62 latency_trace.txt
63 latency_trace.*.txt
64
65 # port server log
66 portlog.txt
67
68 # gyp generated make files
69 *-gyp.mk
70 out
71
72 # YCM config files
73 .ycm_extra_conf.py
74
75 # XCode
76 ^build/
77 *.pbxuser
78 !default.pbxuser
79 *.mode1v3
80 !default.mode1v3
81 *.mode2v3
82 !default.mode2v3
83 *.perspectivev3
84 !default.perspectivev3
85 xcuserdata
86 *.xccheckout
87 *.moved-aside
88 DerivedData
89 *.hmap
90 *.ipa
91 *.xcuserstate
92 *.DS_Store
93
94 # Objective-C generated files
95 *.pbobjc.*
96 *.pbrpc.*
97
98 # Cocoapods artifacts
99 Pods/
100 Podfile.lock
101 *.xcworkspace
102
103 # Artifacts directory
104 /artifacts/
105
106 # Git generated files for conflicting
107 *.orig
108
109 # IDE specific folder for JetBrains IDEs
110 .idea/
111
112 # Blaze files
113 bazel-bin
114 bazel-genfiles
115 bazel-grpc
116 bazel-out
117 bazel-testlogs
118
119 # Debug output
120 gdb.txt
121
122 # ctags file
123 tags
124
125 # perf data
126 memory_usage.csv
127 perf.data
128 perf.data.old
129
130 # bm_diff
131 bm_diff_new/
132 bm_diff_old/
133 bm_*.json
134
135 # cmake build files
136 /cmake/build