Skip to content

Commit be1c9f4

Browse files
committed
Initial commit with .gitignore
0 parents  commit be1c9f4

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.gitignore

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
### https://raw.github.com/github/gitignore/master/Rust.gitignore
2+
3+
# Compiled files
4+
*.o
5+
*.so
6+
*.rlib
7+
*.dll
8+
9+
# Executables
10+
*.exe
11+
12+
# Generated by Cargo
13+
/target/
14+
15+

0 commit comments

Comments
 (0)