diff options
author | Tres Seaver <tseaver@palladion.com> | 2015-01-13 15:57:20 -0500 |
---|---|---|
committer | Tres Seaver <tseaver@palladion.com> | 2015-01-13 15:57:20 -0500 |
commit | d0eb89cb69e79d190ea6866dc5c0d0984aa496b3 (patch) | |
tree | c31346ee4b163c3ddc32b8eadee2c610b7cffb67 /.gitignore | |
parent | 105cc0e0fc54aa5382c581ff8f55e584f24d0faa (diff) |
Ignore more derived files.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -46,9 +46,11 @@ unittest*.pb.* cpp_test*.pb.* *.pyc +*.so *.egg-info *_pb2.py python/.eggs/ +python/.tox python/build/ python/google/protobuf/compiler/ @@ -61,4 +63,3 @@ src/test_plugin src/testzip.* src/zcg*zip ar-lib -*.so |