Skip to content

Commit 986581b

Browse files
committed
add README and .gitignore
1 parent 7448a43 commit 986581b

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

.gitignore

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
.idea
2+
**/*.pyc
3+
**/__pycache__
4+
.autotools
5+
.cproject
6+
.depend
7+
.idea
8+
.project
9+
.pydevproject
10+
.settings
11+
.spyderproject
12+
.tags
13+
.tags1
14+
.vscode
15+
**/Debug
16+
**/build
17+
**/Cargo.lock
18+
**/tags
19+
**/target
20+
**/Cargo.lock.old
21+
**/hello.txt
22+
23+
# These are backup files generated by rustfmt
24+
**/*.rs.bk
25+
26+
# MSVC Windows builds of rustc generate these, which store debugging information
27+
*.pdb

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
This repo was created by running the following command on rust-101:
2+
3+
```bash
4+
5+
git filter-repo --subdirectory-filter huang.yu/
6+
```

0 commit comments

Comments
 (0)