John Beard | 2853cd4 | 2014-10-16 12:52:53 +0100 | [diff] [blame] | 1 | # autogen.sh-generated files |
| 2 | Makefile.in |
| 3 | src/Makefile.in |
| 4 | config.guess |
| 5 | config.h.in |
| 6 | config.sub |
| 7 | configure |
| 8 | depcomp |
| 9 | install-sh |
| 10 | ltmain.sh |
| 11 | missing |
| 12 | |
| 13 | aclocal.m4 |
| 14 | m4/libtool.m4 |
| 15 | m4/ltoptions.m4 |
| 16 | m4/ltsugar.m4 |
| 17 | m4/ltversion.m4 |
| 18 | m4/lt~obsolete.m4 |
Jisi Liu | 7af23e8 | 2015-02-09 12:56:12 -0800 | [diff] [blame] | 19 | autom4te.cache |
John Beard | 2853cd4 | 2014-10-16 12:52:53 +0100 | [diff] [blame] | 20 | |
| 21 | # downloaded files |
| 22 | gtest |
| 23 | |
| 24 | # in-tree configure-generated files |
| 25 | Makefile |
| 26 | src/Makefile |
Jisi Liu | c2f2bce | 2015-02-25 16:13:53 -0800 | [diff] [blame] | 27 | /config.h |
John Beard | 2853cd4 | 2014-10-16 12:52:53 +0100 | [diff] [blame] | 28 | config.log |
| 29 | config.status |
Tamir Duberstein | b63d432 | 2015-03-31 10:21:41 -0700 | [diff] [blame] | 30 | pbconfig.h |
John Beard | 2853cd4 | 2014-10-16 12:52:53 +0100 | [diff] [blame] | 31 | |
| 32 | libtool |
| 33 | protobuf-lite.pc |
| 34 | protobuf.pc |
Tres Seaver | 113eb61 | 2014-11-17 11:20:19 -0500 | [diff] [blame] | 35 | .deps |
John Beard | 2853cd4 | 2014-10-16 12:52:53 +0100 | [diff] [blame] | 36 | stamp-h1 |
| 37 | |
| 38 | # in-tree build products |
Tres Seaver | 113eb61 | 2014-11-17 11:20:19 -0500 | [diff] [blame] | 39 | *.o |
| 40 | *.lo |
| 41 | *.la |
John Beard | 2853cd4 | 2014-10-16 12:52:53 +0100 | [diff] [blame] | 42 | src/.libs |
Jisi Liu | 1939efe | 2015-02-28 16:54:15 -0800 | [diff] [blame] | 43 | *.so |
John Beard | 2853cd4 | 2014-10-16 12:52:53 +0100 | [diff] [blame] | 44 | |
Tres Seaver | 113eb61 | 2014-11-17 11:20:19 -0500 | [diff] [blame] | 45 | .dirstamp |
John Beard | 2853cd4 | 2014-10-16 12:52:53 +0100 | [diff] [blame] | 46 | |
Tres Seaver | e9d18bc | 2014-11-18 18:41:40 -0500 | [diff] [blame] | 47 | map*unittest.pb.* |
Tres Seaver | 113eb61 | 2014-11-17 11:20:19 -0500 | [diff] [blame] | 48 | unittest*.pb.* |
| 49 | cpp_test*.pb.* |
| 50 | |
| 51 | *.pyc |
| 52 | *.egg-info |
| 53 | *_pb2.py |
Tamir Duberstein | 6d3e616 | 2015-04-12 02:45:58 -0700 | [diff] [blame] | 54 | python/*.egg |
Tres Seaver | 113eb61 | 2014-11-17 11:20:19 -0500 | [diff] [blame] | 55 | python/.eggs/ |
| 56 | python/build/ |
| 57 | python/google/protobuf/compiler/ |
John Beard | 2853cd4 | 2014-10-16 12:52:53 +0100 | [diff] [blame] | 58 | |
| 59 | src/protoc |
| 60 | src/unittest_proto_middleman |
| 61 | |
Tres Seaver | 113eb61 | 2014-11-17 11:20:19 -0500 | [diff] [blame] | 62 | # Generated test scaffolding |
| 63 | src/protobuf*-test |
| 64 | src/test_plugin |
| 65 | src/testzip.* |
| 66 | src/zcg*zip |
Tres Seaver | 2c495e4 | 2014-12-09 13:01:42 -0500 | [diff] [blame] | 67 | ar-lib |
Jisi Liu | 7af23e8 | 2015-02-09 12:56:12 -0800 | [diff] [blame] | 68 | |
| 69 | test-driver |
| 70 | compile |
| 71 | |
| 72 | src/**/*.log |
| 73 | src/**/*.trs |
| 74 | |
| 75 | # JavaBuild output. |
| 76 | java/target |
| 77 | javanano/target |
Jon Skeet | 8d7e943 | 2015-04-23 16:42:57 +0100 | [diff] [blame] | 78 | |
| 79 | # Windows native output. |
| 80 | vsprojects/Debug |
| 81 | vsprojects/Release |
| 82 | |
Jon Skeet | c564750 | 2015-04-30 11:05:36 +0100 | [diff] [blame] | 83 | # NuGet packages: we want the repository configuration, but not the |
| 84 | # packages themselves. |
| 85 | /csharp/src/packages/*/ |
Jan Tattermusch | 4111310 | 2015-05-13 13:35:02 -0700 | [diff] [blame^] | 86 | |
Thomas Van Lenten | 30650d8 | 2015-05-01 08:57:16 -0400 | [diff] [blame] | 87 | # Directories created by opening the Objective C Xcode projects. |
| 88 | objectivec/ProtocolBuffers_OSX.xcodeproj/project.xcworkspace/xcuserdata/ |
| 89 | objectivec/ProtocolBuffers_OSX.xcodeproj/xcuserdata/ |
| 90 | objectivec/ProtocolBuffers_iOS.xcodeproj/project.xcworkspace/xcuserdata/ |
| 91 | objectivec/ProtocolBuffers_iOS.xcodeproj/xcuserdata/ |