.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:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -36,3 +36,4 @@ compile_commands.json
|
||||
clang_build
|
||||
.idea/
|
||||
nuke
|
||||
rust/target
|
||||
|
||||
Reference in New Issue
Block a user