Skip to content

Commit f7a1b52

Browse files
committed
Update Rust.gitignore
no need to specifically ignore compiled files and executables as it will be under the target directory
1 parent cc542de commit f7a1b52

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

Rust.gitignore

+1-9
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
1-
# Compiled files
2-
*.o
3-
*.so
4-
*.rlib
5-
*.dll
6-
7-
# Executables
8-
*.exe
9-
101
# Generated by Cargo
2+
# will have compiled files and executables
113
/target/
124

135
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries

0 commit comments

Comments
 (0)