diff --git a/.gitignore b/.gitignore index dbbd374..5126b3d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,15 +2,5 @@ /target **/*.rs.bk *.lock - -Lucien-Rust/target/ - -\.idea/ - -cmake-build-debug/ - -Lucien/Rust/target/ - -Lucien/Rust/Rust\.iml - -Lucien/server/ +*~ +Rust/target/ diff --git a/Lucien/Rust/Cargo.toml b/Rust/Cargo.toml similarity index 100% rename from Lucien/Rust/Cargo.toml rename to Rust/Cargo.toml diff --git a/Lucien/Rust/src/client.rs b/Rust/src/client.rs similarity index 100% rename from Lucien/Rust/src/client.rs rename to Rust/src/client.rs diff --git a/Lucien/Rust/src/main.rs b/Rust/src/main.rs similarity index 100% rename from Lucien/Rust/src/main.rs rename to Rust/src/main.rs diff --git a/Lucien/Rust/src/server.rs b/Rust/src/server.rs similarity index 100% rename from Lucien/Rust/src/server.rs rename to Rust/src/server.rs