Skip to content

Commit

Permalink
update git ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
rezo8 committed Dec 12, 2020
1 parent b743730 commit 77bdce6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ Cargo.lock
*.code-workspace

# Local History for Visual Studio Code
.history/
.history/
*/target/*
2 changes: 1 addition & 1 deletion hw01/src/tests_mine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ fn test_filter() {


#[test]
#[should_panic]
#[should_panic]d
fn test_mat_mult_panic() {
let mut mat1 = vec![vec![0.;2]; 2];
for i in 0..mat1.len() {
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit 77bdce6

Please sign in to comment.