Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
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
  • Loading branch information
kkeshava authored Nov 4, 2024
1 parent 42cd3f2 commit c5c0eec
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
# Ignore build directories and any files generated by the update script.
cpp/build/
cpp/src/phonenumbers/geocoding/geocoding_data.cc
cpp/src/phonenumbers/phonemetadata.pb.*
cpp/src/phonenumbers/phonenumber.pb.*
cpp/test/phonenumbers/geocoding/geocoding_test_data.cc
java/build/
java/demo/war/WEB-INF/classes/
java/demo/war/WEB-INF/lib/
java/**/target/
# Ignore the logs directory
/logs/
# Ignore ourselves because this is not intended to be submitted.
/.gitignore
target/
!tools/java/cpp-build/target/cpp-build-1.0-SNAPSHOT-jar-with-dependencies.jar
build/
lib/
generated/

0 comments on commit c5c0eec

Please sign in to comment.