We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68e79f3 commit 70dab67Copy full SHA for 70dab67
1 file changed
Rust.gitignore
@@ -1,5 +1,11 @@
1
+# Compiled files
2
*.o
3
*.so
4
*.rlib
5
*.dll
6
+
7
+# Executables
8
*.exe
9
10
+# Generated by Cargo
11
+/target/
0 commit comments