We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e96654 commit 1f37879Copy full SHA for 1f37879
.gitignore
@@ -1,6 +1,8 @@
1
# Generated by Cargo
2
-# will have compiled files and executables
3
-**/target/
+# - will have compiled files and executables
+# - without a trailing slash to allow using a symbolic link
4
+# for out-of-tree builds on a separate volume
5
+**/target
6
7
# These are backup files generated by rustfmt
8
**/*.rs.bk
0 commit comments