fix .gitignore to allow /target to be a symlink

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2024-12-10 04:15:24 +00:00
parent 9cb71e212a
commit cd67ca6c57

2
.gitignore vendored
View file

@ -30,7 +30,7 @@ modules.xml
.nfs*
# Rust
/target/
/target
### vscode ###
.vscode/*