aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
Commit message (Collapse)AuthorAge
* Improved SHARED build from CMake projectGravatar Konstantin Podsvirov2015-10-15
|
* Fix duplicate entry in .gitignoreGravatar Dan O'Reilly2015-08-18
| | | | Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
* Merge remote-tracking branch 'upstream/master' into py2_py3_straddleGravatar Dan O'Reilly2015-08-12
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: python/google/protobuf/descriptor_pool.py python/google/protobuf/internal/api_implementation_default_test.py python/google/protobuf/internal/cpp_message.py python/google/protobuf/internal/descriptor_database_test.py python/google/protobuf/internal/descriptor_pool_test.py python/google/protobuf/internal/descriptor_python_test.py python/google/protobuf/internal/descriptor_test.py python/google/protobuf/internal/generator_test.py python/google/protobuf/internal/message_factory_python_test.py python/google/protobuf/internal/message_factory_test.py python/google/protobuf/internal/message_test.py python/google/protobuf/internal/proto_builder_test.py python/google/protobuf/internal/python_message.py python/google/protobuf/internal/reflection_test.py python/google/protobuf/internal/service_reflection_test.py python/google/protobuf/internal/symbol_database_test.py python/google/protobuf/internal/text_encoding_test.py python/google/protobuf/internal/text_format_test.py python/google/protobuf/internal/unknown_fields_test.py python/google/protobuf/internal/wire_format_test.py python/google/protobuf/pyext/descriptor_cpp2_test.py python/google/protobuf/pyext/message_factory_cpp2_test.py python/google/protobuf/pyext/reflection_cpp2_generated_test.py python/setup.py ruby/lib/google/protobuf/message_exts.rb
| * Merge remote-tracking branch 'upstream/master' into proto3-onlyGravatar Jon Skeet2015-06-19
| |\
| | * Fix broken builds.Gravatar Feng Xiao2015-06-17
| | |
| * | Updates to handle use of cmake for Windows builds.Gravatar Jon Skeet2015-06-17
| |/
| * Make pbconfig.h independent of config.hGravatar Jisi Liu2015-06-13
| | | | | | | | Change-Id: I31ead985b4ac5b02fb7558d34c1da19fd837b50a
| * ObjC fixup for the branch.Gravatar Thomas Van Lenten2015-05-26
| | | | | | | | | | | | | | | | - Shouldn't need SRCROOT in the project since Xcode should be setting the working directory to where the project lives. - Remove the packed/unpacked repeated enum field in the tests and update the code to handle the defaults. - Move up the ignore to cover .DS_Store files in src also. add starstar
| * Fix bugs in objective-c.Gravatar Bo Yang2015-05-25
| |
| * Fix C2385: accessing parent classes' member without specifying is ambiguous.Gravatar Bo Yang2015-05-24
| |
| * down-integrate internal changesGravatar Bo Yang2015-05-21
| |
| * Merge branch 'master' of github.com:google/protobuf into integrate_from_masterGravatar Jan Tattermusch2015-05-13
| |\
| | * Merge pull request #331 from thomasvl/objc_alpha1_dropGravatar Paul Yang2015-05-06
| | |\ | | | | | | | | Objective C compiler plugin and runtime
| | * | [PYTHON] gitignore eggsGravatar Tamir Duberstein2015-05-06
| | | |
| | | * Alpha 1 drop of Google's Objective C plugin and runtime support for protobufs.Gravatar Thomas Van Lenten2015-05-06
| | |/
| * | Change to using xUnit for all unit tests, and fetch that via NuGet.Gravatar Jon Skeet2015-04-30
| | | | | | | | | | | | This includes fetching the VS unit test runner package, so that tests can be run from Visual Studio's Test Explorer.
| * | Add C# files to Visual Studio projects.Gravatar Jon Skeet2015-04-24
| |/ | | | | | | Also ignore Windows native build output files.
| * `.gitignore` generated fileGravatar Tamir Duberstein2015-03-31
| |
| * Add .so to .gitignore.Gravatar Jisi Liu2015-02-28
| | | | | | | | Change-Id: I5418606cb51a43a8cd7f91f26448cf0e8dde1016
| * Update .gitignore so that the newly-added config.h is visible to git.Gravatar Jisi Liu2015-02-25
| | | | | | | | Change-Id: I0054c8d6f80fc71073ca70a121f1acafc12e030b
| * Add java compiled targets and several tests target into .gitignore.Gravatar Jisi Liu2015-02-09
| |
* | Ignore more derived files.Gravatar Tres Seaver2015-01-13
| |
* | Ignore .so files.Gravatar Tres Seaver2015-01-13
|/
* Ignore artifacts from autogen.shGravatar Tres Seaver2014-12-09
|
* Ignore files generated from new 'map*.protobuf' sources.Gravatar Tres Seaver2014-11-18
|
* Avoid '**/' patterns for compat w/ git < 1.8.Gravatar Tres Seaver2014-11-17
| | | | | | Ignore generated test scaffolding files. Exclude Python build artifacts.
* Add .gitignore fileGravatar John Beard2014-10-16
Includes files generated by each of: * autogen.sh * configure * make