From 0b8ed61a321dd265264e0a6d2654be3514737431 Mon Sep 17 00:00:00 2001 From: augustin64 Date: Tue, 28 Feb 2023 13:17:41 +0100 Subject: [PATCH] Update .gitignore --- .gitignore | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1c88866..0b05877 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,29 @@ **/a.out **/__pycache__ +## Program and test cache locations +# for webserver and benchmark .cache +binaries/* +# for running tests .test-cache -.vscode build/* +# out.bin *.bin +# src/cnn/export.c +fichier.json +test-img-vis-kernel/* -data/50States10K \ No newline at end of file +## VSCode config +.vscode + +## Patches +**.orig +**.rej +patches/* + +## 50States10K dataset +# Download it from https://drive.google.com/file/d/1Y8eqx1Uy8kuRP4BNmTCVvrNbCxx6RoiP/view +# Edit and run src/scripts/generate_dataset.sh to generate train and test set +data/50States10K +data/50States10K.zip