This commit is contained in:
2022-02-05 19:00:27 +01:00
parent f0fc466452
commit 1a78cec632
4 changed files with 361 additions and 1 deletions

8
.gitignore vendored
View File

@ -1,7 +1,7 @@
# ---> Rust
# Generated by Cargo
# will have compiled files and executables
/target/
target/
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
@ -11,3 +11,9 @@ Cargo.lock
**/*.rs.bk
beispieldaten/
# LaTex
*.aux
*.log
*.pdf
*.toc