Browse Source

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
pull/3709/head
kkeshava 1 year ago
committed by GitHub
parent
commit
5df5ce2629
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 14 deletions
  1. +5
    -14
      .gitignore

+ 5
- 14
.gitignore View File

@ -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/

Loading…
Cancel
Save