From 5bccc611c5e09662cb82c08bea6760ed455e9e1c Mon Sep 17 00:00:00 2001 From: Andrew Gait Date: Wed, 7 Aug 2019 11:38:53 +0100 Subject: [PATCH] master commit: ignore results npy and csv files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index ba97a51..b11da7d 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,5 @@ **/*.txt **/*.dict **/modified_src +**/results*.csv +**/results*.npy