summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAllen George <allengeorge@apache.org>2021-03-11 08:25:26 -0500
committerGitHub <noreply@github.com>2021-03-11 08:25:26 -0500
commitde6f61aed04e4de8e51ae44fa634451e77f17a52 (patch)
tree7c3217e773cfc886ddf1f74f5773a3304d8963a6 /.gitignore
parentf926d84a4824b136611f95b78e4064fda5966b9e (diff)
downloadthrift-de6f61aed04e4de8e51ae44fa634451e77f17a52.tar.gz
THRIFT-4098 Namespace support for generated Rust code (#2348)
Client: rs
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore11
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 80111b3d0..603838fca 100644
--- a/.gitignore
+++ b/.gitignore
@@ -299,6 +299,17 @@ project.lock.json
/lib/rs/test/src/recursive.rs
/lib/rs/test/src/ultimate.rs
/lib/rs/test/src/identifiers.rs
+/lib/rs/test_recursive/Cargo.lock
+/lib/rs/test_recursive/src/vehicles.rs
+/lib/rs/test_recursive/src/maintenance/maintenance_facility.rs
+/lib/rs/test_recursive/src/transit/buses.rs
+/lib/rs/test_recursive/src/transit/trains.rs
+/lib/rs/test_recursive/src/transit/transporters.rs
+/lib/rs/test_recursive/src/transit/light/light_rail.rs
+/lib/rs/test_recursive/src/transit/light/streetcars.rs
+/lib/rs/test_recursive/src/transit/services/city_services.rs
+/lib/rs/test_recursive/target/
+/lib/rs/test_recursive/bin/
/lib/rs/*.iml
/lib/rs/**/*.iml
/lib/swift/.build