• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# autogen.sh-generated files
2Makefile.in
3src/Makefile.in
4config.guess
5config.h.in
6config.sub
7configure
8depcomp
9install-sh
10ltmain.sh
11missing
12
13aclocal.m4
14m4/libtool.m4
15m4/ltoptions.m4
16m4/ltsugar.m4
17m4/ltversion.m4
18m4/lt~obsolete.m4
19autom4te.cache
20
21# downloaded files
22/gmock
23
24# in-tree configure-generated files
25Makefile
26src/Makefile
27/config.h
28config.log
29config.status
30
31libtool
32protobuf-lite.pc
33protobuf.pc
34.deps
35stamp-h1
36
37# in-tree build products
38*.o
39*.lo
40*.la
41src/.libs
42*.so
43
44.dirstamp
45
46any_test.pb.*
47map*unittest.pb.*
48unittest*.pb.*
49src/google/protobuf/compiler/cpp/test*.pb.*
50src/google/protobuf/util/**/*.pb.cc
51src/google/protobuf/util/**/*.pb.h
52
53*.pyc
54*.egg-info
55*_pb2.py
56python/**/*.egg
57python/.eggs/
58python/.tox
59python/build/
60python/docs/_build/
61
62src/js_embed
63src/protoc
64src/unittest_proto_middleman
65
66# vim generated
67*.swp
68
69# Generated test scaffolding
70src/no_warning_test.cc
71src/no-warning-test
72src/protobuf*-test
73src/test_plugin
74src/testzip.*
75src/zcg*zip
76ar-lib
77
78test-driver
79compile
80
81src/**/*.log
82src/**/*.trs
83
84# JavaBuild output.
85java/**/target
86java/.idea
87java/**/*.iml
88
89# Windows native output.
90cmake/build
91build_msvc
92# Directories suggested by cmake/README.md
93/debug/
94/solution/
95/release/
96
97# NuGet packages: we want the repository configuration, but not the
98# packages themselves.
99/csharp/src/packages/*/
100
101# OS X's Finder creates these for state about opened windows/etc.
102**/.DS_Store
103
104# Cocoapods artifacts
105# Podfile.lock and the workspace file are tracked, to ease deleting them. That's
106# needed to trigger "pod install" to rerun the preinstall commands.
107Pods/
108
109# Conformance test output
110conformance/.libs/
111conformance/com/
112conformance/conformance-cpp
113conformance/conformance-csharp
114conformance/conformance-java
115conformance/conformance-objc
116conformance/conformance-test-runner
117conformance/conformance.pb.cc
118conformance/conformance.pb.h
119conformance/Conformance.pbobjc.h
120conformance/Conformance.pbobjc.m
121conformance/conformance_pb.js
122conformance/conformance_pb.rb
123conformance/core
124conformance/failing_tests.txt
125conformance/google/
126conformance/google-protobuf/
127conformance/javac_middleman
128conformance/lite/
129conformance/nonexistent_tests.txt
130conformance/protoc_middleman
131conformance/succeeding_tests.txt
132conformance/Conformance/
133conformance/GPBMetadata/
134conformance/Google/
135conformance/Protobuf_test_messages/
136conformance/conformance-php
137conformance/conformance-php-c
138conformance/*.class
139
140# php test output
141composer.lock
142php/.phpunit.result.cache
143php/tests/.phpunit.result.cache
144php/tests/generated/
145php/tests/old_protoc
146php/tests/phpunit-9.phar
147php/tests/protobuf/
148php/tests/core
149php/tests/vgcore*
150php/tests/multirequest.result
151php/tests/nohup.out
152php/tests/.phpunit.result.cache
153php/tests/phpunit-*
154php/ext/google/protobuf/.libs/
155php/ext/google/protobuf/Makefile.fragments
156php/ext/google/protobuf/Makefile.global
157php/ext/google/protobuf/Makefile.objects
158php/ext/google/protobuf/acinclude.m4
159php/ext/google/protobuf/build/
160php/ext/google/protobuf/bundled_php.c
161php/ext/google/protobuf/config.h
162php/ext/google/protobuf/config.h.in~
163php/ext/google/protobuf/config.nice
164php/ext/google/protobuf/configure.ac
165php/ext/google/protobuf/configure.in
166php/ext/google/protobuf/mkinstalldirs
167php/ext/google/protobuf/run-tests.php
168php/ext/google/protobuf/third_party/
169vendor/
170
171# Ignore the bazel symlinks
172/bazel-*
173
174# ruby test output
175ruby/tests/basic_test_pb.rb
176ruby/tests/basic_test_proto2_pb.rb
177ruby/tests/generated_code_pb.rb
178ruby/tests/test_import_pb.rb
179ruby/tests/test_ruby_package_pb.rb
180ruby/tests/generated_code_proto2_pb.rb
181ruby/tests/multi_level_nesting_test_pb.rb
182ruby/tests/test_import_proto2_pb.rb
183ruby/tests/test_ruby_package_proto2_pb.rb
184ruby/Gemfile.lock
185ruby/compatibility_tests/v3.0.0/protoc
186ruby/compatibility_tests/v3.0.0/tests/generated_code_pb.rb
187ruby/compatibility_tests/v3.0.0/tests/test_import_pb.rb
188
189# IntelliJ CLion Config files and build output
190cmake/.idea
191cmake/cmake-build-debug/
192
193# Common build subdirectories.
194.build/
195_build/
196
197# Visual Studio 2017
198.vs
199
200# Visual Studio Code
201/.vscode/
202
203# IntelliJ
204.idea
205*.iml
206
207# Eclipse
208**/.settings
209**/.project
210**/.classpath
211
212# BenchmarkDotNet
213BenchmarkDotNet.Artifacts/
214
215# Clangd uses these common ephemeral files
216.cache
217compile_commands.json
218