From 1c34d6f836f36f1ac9424e8e3762c437df528aaa Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Sat, 22 Sep 2018 13:26:19 +0100 Subject: [PATCH] Ignore PCG output file --- test/vs2017/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/test/vs2017/.gitignore b/test/vs2017/.gitignore index c1a708db..ba0b1b50 100644 --- a/test/vs2017/.gitignore +++ b/test/vs2017/.gitignore @@ -3,3 +3,4 @@ /random_lsfr.csv /random_mwc.csv /random_xorshift.csv +/random_pcg.csv