• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# C/C++ build outputs
2.build/
3build/
4bins
5gens
6libs
7objs
8
9# Python items
10.coverage*
11.eggs
12.pytype
13*.egg
14*.egg-info
15a.out
16cython_debug/
17dist/
18htmlcov/
19py3*/
20python_build/
21python_pylint_venv/
22src/python/grpcio_*/=*
23src/python/grpcio_*/build/
24src/python/grpcio_*/LICENSE
25src/python/grpcio_status/grpc_status/google/rpc/status.proto
26yapf_virtual_environment/
27isort_virtual_environment/
28
29# Node installation output
30node_modules
31src/node/extension_binary/
32
33# gcov coverage data
34reports
35coverage
36*.gcno
37
38# profiler output
39*.prof
40
41# python compiled objects
42*.pyc
43
44# eclipse project files
45.cproject
46.project
47.settings
48
49# cache for run_tests.py
50.run_tests_cache
51.preprocessed_build
52
53# emacs temp files
54*~
55
56# vim temp files
57.*.swp
58
59# Makefile's cache
60cache.mk
61
62# Ruby's local gem information
63Gemfile.lock
64
65# Temporary test reports
66report.xml
67*/sponge_log.xml
68*/success_log_to_rename.xml
69latency_trace.txt
70latency_trace.*.txt
71
72# port server log
73portlog.txt
74
75# gyp generated make files
76*-gyp.mk
77out
78
79# YCM config files
80.ycm_extra_conf.py
81
82# XCode
83^build/
84*.pbxuser
85!default.pbxuser
86*.mode1v3
87!default.mode1v3
88*.mode2v3
89!default.mode2v3
90*.perspectivev3
91!default.perspectivev3
92xcuserdata
93*.xccheckout
94*.moved-aside
95DerivedData
96*.hmap
97*.ipa
98*.xcuserstate
99*.DS_Store
100
101# Swift Package Manager files
102Package.resolved
103
104# Objective-C generated files
105*.pbobjc.*
106*.pbrpc.*
107src/objective-c/**/Build
108
109# Cocoapods artifacts
110Pods/
111Podfile.lock
112*.xcworkspace
113
114# Artifacts directory
115/artifacts/
116
117# Git generated files for conflicting
118*.orig
119
120# IDE specific folder for JetBrains IDEs
121.idea/
122
123# Bazel files
124bazel-*
125bazel_format_virtual_environment/
126tools/bazel-*
127
128# Bazel wrapper
129bazel_wrapper
130bazel_wrapper.bat
131bazel_wrapper.bazelrc
132
133# Debug output
134gdb.txt
135
136# ctags file
137tags
138
139# perf data
140memory_usage.csv
141perf.data
142perf.data.old
143
144# bm_diff
145bm_diff_new/
146bm_diff_old/
147bm_*.json
148bloat_diff_new/
149bloat_diff_old/
150bloaty-build/
151
152# cmake build files
153**/cmake/build/
154
155# Visual Studio Code artifacts
156.cache/*
157.vscode/*
158.history/
159
160# Clion artifacts
161cmake-build-debug/
162
163# Benchmark outputs
164BenchmarkDotNet.Artifacts/
165
166# pyenv config
167.python-version
168
169# clang JSON compilation database file
170compile_commands.json
171
172# IWYU byproducts
173compile_commands_for_iwyu.json
174iwyu.out
175iwyu_files.txt
176iwyu_files0.txt
177iwyu/
178iwyu_build/
179
180# fuzzer logs
181fuzz-*.log
182
183