diff --git a/.gitignore b/.gitignore index c3690f18e7216e594006f25a2288ead2b493c3d6..c02d1a3a7527beaeb448dafdf42bf52990fa5fa3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,18 @@ +# TODO Documents +todo_*.md + +# Build system +Cargo.lock target -/.idea **/*.rs.bk -Cargo.lock + +# IDEs +/.idea + +# Binaries main + +# Examples examples/*/*.exe examples/*.dll examples/reowolf* @@ -12,5 +22,7 @@ examples/lib*.* examples/*/amy examples/*/bob examples/*/main + +# Logs logs/* logs/*/*