Skip to content

Commit 70dab67

Browse files
committed
add /target/ (generated by Cargo) to Rust gitignore
1 parent 68e79f3 commit 70dab67

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Rust.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1+
# Compiled files
12
*.o
23
*.so
34
*.rlib
45
*.dll
6+
7+
# Executables
58
*.exe
9+
10+
# Generated by Cargo
11+
/target/

0 commit comments

Comments
 (0)