blob: a7ca0e2438fd8a22f42aa71fd310e459f0d5fee0 [file] [log] [blame]
John Beard2853cd42014-10-16 12:52:53 +01001# 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
Jisi Liu7af23e82015-02-09 12:56:12 -080019autom4te.cache
John Beard2853cd42014-10-16 12:52:53 +010020
21# downloaded files
Adam Cozzette612b6702018-03-27 09:54:33 -070022/gmock
John Beard2853cd42014-10-16 12:52:53 +010023
24# in-tree configure-generated files
25Makefile
26src/Makefile
Jisi Liuc2f2bce2015-02-25 16:13:53 -080027/config.h
John Beard2853cd42014-10-16 12:52:53 +010028config.log
29config.status
30
31libtool
32protobuf-lite.pc
33protobuf.pc
Tres Seaver113eb612014-11-17 11:20:19 -050034.deps
John Beard2853cd42014-10-16 12:52:53 +010035stamp-h1
36
37# in-tree build products
Tres Seaver113eb612014-11-17 11:20:19 -050038*.o
39*.lo
40*.la
John Beard2853cd42014-10-16 12:52:53 +010041src/.libs
Jisi Liu1939efe2015-02-28 16:54:15 -080042*.so
John Beard2853cd42014-10-16 12:52:53 +010043
Tres Seaver113eb612014-11-17 11:20:19 -050044.dirstamp
John Beard2853cd42014-10-16 12:52:53 +010045
Bo Yang5db21732015-05-21 14:28:59 -070046any_test.pb.*
Tres Seavere9d18bc2014-11-18 18:41:40 -050047map*unittest.pb.*
Tres Seaver113eb612014-11-17 11:20:19 -050048unittest*.pb.*
49cpp_test*.pb.*
Feng Xiao818c5ee2015-06-15 21:42:57 -070050src/google/protobuf/util/**/*.pb.cc
51src/google/protobuf/util/**/*.pb.h
Tres Seaver113eb612014-11-17 11:20:19 -050052
53*.pyc
54*.egg-info
55*_pb2.py
Yuzhang Hu9c7655c2018-08-05 02:22:06 -070056python/**/*.egg
Tres Seaver113eb612014-11-17 11:20:19 -050057python/.eggs/
Tres Seaverd0eb89c2015-01-13 15:57:20 -050058python/.tox
Tres Seaver113eb612014-11-17 11:20:19 -050059python/build/
John Beard2853cd42014-10-16 12:52:53 +010060
Adam Cozzette1b3a0c12016-12-19 11:45:13 -080061src/js_embed
John Beard2853cd42014-10-16 12:52:53 +010062src/protoc
63src/unittest_proto_middleman
64
Paul Yang190b5272017-04-19 16:23:51 -070065# vim generated
66*.swp
67
Tres Seaver113eb612014-11-17 11:20:19 -050068# Generated test scaffolding
Thomas Van Lenten81564102016-08-15 16:31:39 -040069src/no_warning_test.cc
70src/no-warning-test
Tres Seaver113eb612014-11-17 11:20:19 -050071src/protobuf*-test
72src/test_plugin
73src/testzip.*
74src/zcg*zip
Tres Seaver2c495e42014-12-09 13:01:42 -050075ar-lib
Jisi Liu7af23e82015-02-09 12:56:12 -080076
77test-driver
78compile
79
80src/**/*.log
81src/**/*.trs
82
83# JavaBuild output.
Adam Cozzette25dbc8b2016-09-29 16:20:43 -070084java/core/target
85java/util/target
Jisi Liu7af23e82015-02-09 12:56:12 -080086javanano/target
Anuraag Agrawal11c902e2017-04-03 17:32:08 +090087java/.idea
88java/**/*.iml
Jon Skeet8d7e9432015-04-23 16:42:57 +010089
90# Windows native output.
Jon Skeet09f3f4e2015-06-17 15:16:14 +010091cmake/build
Konstantin Podsvirovc3aa4c22015-10-15 02:56:48 +030092build_msvc
Jon Skeet8d7e9432015-04-23 16:42:57 +010093
Jon Skeetc5647502015-04-30 11:05:36 +010094# NuGet packages: we want the repository configuration, but not the
95# packages themselves.
96/csharp/src/packages/*/
Jan Tattermusch41113102015-05-13 13:35:02 -070097
Thomas Van Lenten58cd4a42015-05-26 12:31:13 -040098# OS X's Finder creates these for state about opened windows/etc.
99**/.DS_Store
Bo Yangf87e5b72015-05-24 00:13:26 -0700100
Thomas Van Lentendaec44f2016-05-19 10:08:51 -0400101# Cocoapods artifacts
102# Podfile.lock and the workspace file are tracked, to ease deleting them. That's
103# needed to trigger "pod install" to rerun the preinstall commands.
104Pods/
105
Bo Yangf87e5b72015-05-24 00:13:26 -0700106# Comformance test output
107conformance/.libs/
108conformance/com/
109conformance/conformance-cpp
Thomas Van Lenten42f2eee2015-11-16 11:24:58 -0500110conformance/conformance-csharp
111conformance/conformance-java
Thomas Van Lenten1745f7e2015-11-17 10:18:49 -0500112conformance/conformance-objc
Bo Yangf87e5b72015-05-24 00:13:26 -0700113conformance/conformance-test-runner
114conformance/conformance.pb.cc
115conformance/conformance.pb.h
Thomas Van Lenten1745f7e2015-11-17 10:18:49 -0500116conformance/Conformance.pbobjc.h
117conformance/Conformance.pbobjc.m
Thomas Van Lenten8adf57e2017-03-28 11:04:58 -0400118conformance/conformance_pb.js
Thomas Van Lenten81564102016-08-15 16:31:39 -0400119conformance/conformance_pb.rb
Thomas Van Lenten80f65d22016-08-23 08:19:45 -0400120conformance/failing_tests.txt
Thomas Van Lentenf3676422016-05-06 11:44:42 -0400121conformance/google/
Thomas Van Lenten8adf57e2017-03-28 11:04:58 -0400122conformance/google-protobuf/
Thomas Van Lenten42f2eee2015-11-16 11:24:58 -0500123conformance/javac_middleman
Thomas Van Lentenf3676422016-05-06 11:44:42 -0400124conformance/lite/
Thomas Van Lenten80f65d22016-08-23 08:19:45 -0400125conformance/nonexistent_tests.txt
Bo Yangf87e5b72015-05-24 00:13:26 -0700126conformance/protoc_middleman
Thomas Van Lenten80f65d22016-08-23 08:19:45 -0400127conformance/succeeding_tests.txt
Paul Yang39756642017-02-01 12:47:58 -0800128conformance/Conformance/
129conformance/GPBMetadata/
130conformance/Google/
131conformance/Protobuf_test_messages/
132conformance/conformance-php
133conformance/conformance-php-c
Yilun Chong91da8522017-06-28 11:39:05 -0700134conformance/*.class
Paul Yange0e54662016-09-15 11:09:01 -0700135
136# php test output
137composer.lock
Paul Yang46ae90d2016-12-08 11:16:49 -0800138php/tests/generated/
Paul Yang25abd7b2017-05-05 11:14:11 -0700139php/tests/old_protoc
140php/tests/protobuf/
Paul Yange0e54662016-09-15 11:09:01 -0700141php/ext/google/protobuf/.libs/
142php/ext/google/protobuf/Makefile.fragments
143php/ext/google/protobuf/Makefile.global
144php/ext/google/protobuf/Makefile.objects
145php/ext/google/protobuf/acinclude.m4
146php/ext/google/protobuf/build/
147php/ext/google/protobuf/config.h
Paul Yangd7c44092018-12-18 10:57:03 -0800148php/ext/google/protobuf/config.h.in~
Paul Yange0e54662016-09-15 11:09:01 -0700149php/ext/google/protobuf/config.nice
Paul Yangd7c44092018-12-18 10:57:03 -0800150php/ext/google/protobuf/configure.ac
Paul Yange0e54662016-09-15 11:09:01 -0700151php/ext/google/protobuf/configure.in
152php/ext/google/protobuf/mkinstalldirs
153php/ext/google/protobuf/run-tests.php
154vendor/
Adam Cozzette25dbc8b2016-09-29 16:20:43 -0700155
156# JavaScript artifacts
157js/commonjs_out/
Adam Cozzette10ea2512017-02-28 14:20:56 -0800158js/compatibility_tests/v3.0.0/commonjs_out*
159js/compatibility_tests/v3.0.0/protoc
160js/compatibility_tests/v3.0.0/testproto_libs1.js
161js/compatibility_tests/v3.0.0/testproto_libs1_new.js
162js/compatibility_tests/v3.0.0/testproto_libs2.js
163js/compatibility_tests/v3.0.0/testproto_libs2_new.js
Adam Cozzette25dbc8b2016-09-29 16:20:43 -0700164js/deps.js
165js/google-protobuf.js
166js/google/
167js/node_modules/
Adam Cozzette10ea2512017-02-28 14:20:56 -0800168js/testproto_libs1.js
169js/testproto_libs2.js
Jakob Buchgraberd0e6f3b2017-06-16 12:39:32 +0200170
171# Ignore the bazel symlinks
172/bazel-*
Paul Yangcd5f49d2017-10-03 17:28:49 -0700173
174# ruby test output
175ruby/lib/
Harshit Choprad0535cc2017-08-25 12:11:15 -0700176ruby/tests/basic_test_pb.rb
177ruby/tests/basic_test_proto2_pb.rb
Paul Yangcd5f49d2017-10-03 17:28:49 -0700178ruby/tests/generated_code_pb.rb
179ruby/tests/test_import_pb.rb
Paul Yang9ccc3e52018-05-17 17:11:06 -0700180ruby/tests/test_ruby_package_pb.rb
Harshit Choprad0535cc2017-08-25 12:11:15 -0700181ruby/tests/generated_code_proto2_pb.rb
182ruby/tests/test_import_proto2_pb.rb
183ruby/tests/test_ruby_package_proto2_pb.rb
Paul Yang23adfeb2017-10-26 14:41:43 -0700184ruby/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
Carlos O'Ryan3c5442a2018-03-26 16:54:32 -0400188
189# IntelliJ CLion Config files and build output
190cmake/.idea
191cmake/cmake-build-debug/
192
193# Common build subdirectories.
194./.build/
195./_build/
mkosieradzkid6775fa2018-07-22 11:00:35 +0200196
197# Visual Studio 2017
198.vs
michaelbausor6a51c032018-10-07 16:56:41 -0700199
200# IntelliJ
201.idea
202*.iml