Commit e50b237b1feeb94ef8456837d7fa1bc60db77cd0
1 parent
3d39a45a
Exists in
master
update gitignore
Showing
1 changed file
with
1 additions
and
3 deletions
Show diff stats
.gitignore
| ... | ... | @@ -33,7 +33,5 @@ __history |
| 33 | 33 | *backup* |
| 34 | 34 | id |
| 35 | 35 | experiment_runner/experiment_runner |
| 36 | -experiment_runner/Participant1/ | |
| 37 | -experiment_runner/Participant2/ | |
| 38 | -experiment_runner/Participant3/ | |
| 36 | +experiment_runner/Participant*/* | |
| 39 | 37 | experiment_runner/lib/x86_64-linux/*.lfm |
| 40 | 38 | \ No newline at end of file | ... | ... |