Skip to content

Commit 5df5ce2

Browse files
authored
Update .gitignore (#3708)
Accidentally updated the file while doing 8.13.48 release. Reverting the file to reflect old changes from https://github.com/google/libphonenumber/pull/3640/files
1 parent 42cd3f2 commit 5df5ce2

File tree

1 file changed

+5
-14
lines changed

1 file changed

+5
-14
lines changed

.gitignore

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
1-
# Ignore build directories and any files generated by the update script.
2-
cpp/build/
3-
cpp/src/phonenumbers/geocoding/geocoding_data.cc
4-
cpp/src/phonenumbers/phonemetadata.pb.*
5-
cpp/src/phonenumbers/phonenumber.pb.*
6-
cpp/test/phonenumbers/geocoding/geocoding_test_data.cc
7-
java/build/
8-
java/demo/war/WEB-INF/classes/
9-
java/demo/war/WEB-INF/lib/
10-
java/**/target/
11-
# Ignore the logs directory
12-
/logs/
13-
# Ignore ourselves because this is not intended to be submitted.
14-
/.gitignore
1+
target/
2+
!tools/java/cpp-build/target/cpp-build-1.0-SNAPSHOT-jar-with-dependencies.jar
3+
build/
4+
lib/
5+
generated/

0 commit comments

Comments
 (0)