• 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*/
20pyb/
21python_pylint_venv/
22src/python/grpcio_*/=*
23src/python/grpcio_*/build/
24src/python/grpcio_*/LICENSE
25src/python/grpcio_status/grpc_status/google/rpc/status.proto
26black_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.*.swo
59
60# Makefile's cache
61cache.mk
62
63# Ruby's local gem information
64Gemfile.lock
65
66# Temporary test reports
67report.xml
68*/sponge_log.xml
69*/success_log_to_rename.xml
70latency_trace.txt
71latency_trace.*.txt
72
73# port server log
74portlog.txt
75
76# gyp generated make files
77*-gyp.mk
78out
79
80# YCM config files
81.ycm_extra_conf.py
82
83# XCode
84^build/
85*.pbxuser
86!default.pbxuser
87*.mode1v3
88!default.mode1v3
89*.mode2v3
90!default.mode2v3
91*.perspectivev3
92!default.perspectivev3
93xcuserdata
94*.xccheckout
95*.moved-aside
96DerivedData
97*.hmap
98*.ipa
99*.xcuserstate
100*.DS_Store
101
102# Swift Package Manager files
103Package.resolved
104
105# Objective-C generated files
106*.pbobjc.*
107*.pbrpc.*
108src/objective-c/**/Build
109
110# Cocoapods artifacts
111Pods/
112Podfile.lock
113*.xcworkspace
114
115# Artifacts directory
116/artifacts/
117
118# Git generated files for conflicting
119*.orig
120
121# IDE specific folder for JetBrains IDEs
122.idea/
123
124# Bazel files
125bazel-*
126bazel_format_virtual_environment/
127tools/bazel-*
128
129# Bazel wrapper
130bazel_wrapper
131bazel_wrapper.bat
132bazel_wrapper.bazelrc
133
134# Debug output
135gdb.txt
136
137# ctags file
138tags
139
140# perf data
141memory_usage.csv
142perf.data
143perf.data.old
144
145# bm_diff
146bm_diff_new/
147bm_diff_old/
148bm_*.json
149bloat_diff_new/
150bloat_diff_old/
151bloaty-build/
152
153# cmake build files
154**/cmake/build/
155
156# Visual Studio Code artifacts
157.cache/*
158.vscode/*
159.history/
160
161# Clion artifacts
162cmake-build-debug/
163
164# Benchmark outputs
165BenchmarkDotNet.Artifacts/
166
167# pyenv config
168.python-version
169
170# clang JSON compilation database file
171compile_commands.json
172
173# IWYU byproducts
174compile_commands_for_iwyu.json
175iwyu.out
176iwyu_files.txt
177iwyu_files0.txt
178iwyu/
179iwyu_build/
180
181# fuzzer logs
182fuzz-*.log
183
184# bazel module files (MODULE.bazel will need to be removed here)
185MODULE.bazel
186MODULE.bazel.lock
187