Skip to content

Commit 459c521

Browse files
authored
Merge pull request rust-lang#1765 from junderw/junderw/fix-gitignore
Fix gitignore for clippy exercise
2 parents 9cb25e1 + 3080141 commit 459c521

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ target/
33
**/*.rs.bk
44
.DS_Store
55
*.pdb
6-
exercises/clippy/Cargo.toml
7-
exercises/clippy/Cargo.lock
6+
exercises/22_clippy/Cargo.toml
7+
exercises/22_clippy/Cargo.lock
88
rust-project.json
99
.idea
1010
.vscode/*

0 commit comments

Comments
 (0)