Skip to content

Commit 38d7aca

Browse files
authored
Merge pull request #92 from ChicagoHAI/feat/gitignore-perturbation-configs
gitignore: blanket-ignore benchmarks/perturbation/configs/
2 parents 50921de + 72952e8 commit 38d7aca

6 files changed

Lines changed: 5 additions & 104 deletions

File tree

benchmarks/perturbation/.gitignore

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@ _temp_results/
44

55
# Sample paper sources (data, not code; users supply their own)
66
papers/
7+
data/
78

8-
# Run logs
9-
reports/*.log
9+
# Reports (regeneratable from results/)
10+
reports/
1011

11-
# Temporary / ephemeral configs
12-
configs/_*
12+
# Local experiment configs (we don't check any of these in).
13+
configs/
1314

1415
# Python
1516
__pycache__/

benchmarks/perturbation/configs/coarse_medium.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

benchmarks/perturbation/configs/coarse_short.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

benchmarks/perturbation/configs/default.yaml

Lines changed: 0 additions & 32 deletions
This file was deleted.

benchmarks/perturbation/configs/surface_errors.yaml

Lines changed: 0 additions & 18 deletions
This file was deleted.

benchmarks/perturbation/configs/surface_errors_medium.yaml

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)