mirror of
https://github.com/augustin64/projet-tipe
synced 2025-01-23 23:26:25 +01:00
Update .gitignore
This commit is contained in:
parent
87b37aee80
commit
0b8ed61a32
23
.gitignore
vendored
23
.gitignore
vendored
@ -1,10 +1,29 @@
|
|||||||
**/a.out
|
**/a.out
|
||||||
**/__pycache__
|
**/__pycache__
|
||||||
|
|
||||||
|
## Program and test cache locations
|
||||||
|
# for webserver and benchmark
|
||||||
.cache
|
.cache
|
||||||
|
binaries/*
|
||||||
|
# for running tests
|
||||||
.test-cache
|
.test-cache
|
||||||
.vscode
|
|
||||||
build/*
|
build/*
|
||||||
|
# out.bin
|
||||||
*.bin
|
*.bin
|
||||||
|
# src/cnn/export.c
|
||||||
|
fichier.json
|
||||||
|
test-img-vis-kernel/*
|
||||||
|
|
||||||
data/50States10K
|
## 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
|
||||||
|
Loading…
Reference in New Issue
Block a user