We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7448a43 commit 986581bCopy full SHA for 986581b
.gitignore
@@ -0,0 +1,27 @@
1
+.idea
2
+**/*.pyc
3
+**/__pycache__
4
+.autotools
5
+.cproject
6
+.depend
7
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
@@ -0,0 +1,6 @@
+This repo was created by running the following command on rust-101:
+```bash
+git filter-repo --subdirectory-filter huang.yu/
+```
0 commit comments