.gitignore: add rust target

When using automatic rust build tools in IDE,
the files generated in `rust/target/` directory
has been treated by git as unstaged changes.

After the change, the generated files will not
pollute the git changes interface.

Closes scylladb/scylladb#25389
This commit is contained in:
Dawid Pawlik
2025-08-07 11:43:49 +02:00
committed by Avi Kivity
parent 6a71461e53
commit 50eeb11c84

1
.gitignore vendored
View File

@@ -36,3 +36,4 @@ compile_commands.json
clang_build
.idea/
nuke
rust/target