From 10ea25133df29e70f2541f8ec34be091d447f5ae Mon Sep 17 00:00:00 2001 From: Adam Cozzette Date: Tue, 28 Feb 2017 14:20:56 -0800 Subject: Added compatibility tests for version 3.0.0 --- .gitignore | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 43965a1e..5ff64aae 100644 --- a/.gitignore +++ b/.gitignore @@ -148,8 +148,15 @@ vendor/ # JavaScript artifacts js/commonjs_out/ +js/compatibility_tests/v3.0.0/commonjs_out* +js/compatibility_tests/v3.0.0/protoc +js/compatibility_tests/v3.0.0/testproto_libs1.js +js/compatibility_tests/v3.0.0/testproto_libs1_new.js +js/compatibility_tests/v3.0.0/testproto_libs2.js +js/compatibility_tests/v3.0.0/testproto_libs2_new.js js/deps.js js/google-protobuf.js js/google/ js/node_modules/ -js/testproto_libs.js +js/testproto_libs1.js +js/testproto_libs2.js -- cgit v1.2.3