gitignore: Support symbolic link for target directory

This commit is contained in:
Uwe Klotz 2023-01-02 10:53:30 +01:00 committed by Alex
parent 1e966542e6
commit 1f37879649

6
.gitignore vendored
View file

@ -1,6 +1,8 @@
# Generated by Cargo # Generated by Cargo
# will have compiled files and executables # - will have compiled files and executables
**/target/ # - without a trailing slash to allow using a symbolic link
# for out-of-tree builds on a separate volume
**/target
# These are backup files generated by rustfmt # These are backup files generated by rustfmt
**/*.rs.bk **/*.rs.bk