From 3dc63c1965226dd11531855135da985833f5f5cc Mon Sep 17 00:00:00 2001 From: Yuheng Chen Date: Fri, 27 May 2016 13:42:17 +0800 Subject: [PATCH] Ignore untracked files --- saphyr/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/saphyr/.gitignore b/saphyr/.gitignore index d4f917d..b7b38e4 100644 --- a/saphyr/.gitignore +++ b/saphyr/.gitignore @@ -1,3 +1,5 @@ target Cargo.lock *.swp +/perf.* +/coverage.sh