We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c245ab2 + 70dab67 commit 2299367Copy full SHA for 2299367
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