Skip to content

Commit

Permalink
Fix gitignore to ignore target in wchar-impl
Browse files Browse the repository at this point in the history
Fix gitignore patterns to ignore target directory in sub crates.
  • Loading branch information
Juici committed Jul 22, 2019
1 parent 3e8178f commit b2866a7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/target
target/
**/*.rs.bk
Cargo.lock
.idea

0 comments on commit b2866a7

Please sign in to comment.