Commit d9ce2dcfbf7bd7164a074889ccbfb1761f2f3606
1 parent
ef9630d3
Exists in
master
update gitignore
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
.gitignore
... | ... | @@ -35,4 +35,5 @@ id |
35 | 35 | .persistence |
36 | 36 | experiment_runner/experiment_runner |
37 | 37 | experiment_runner/Participant*/* |
38 | -experiment_runner/lib/x86_64-linux/*.lfm | |
39 | 38 | \ No newline at end of file |
39 | +experiment_runner/lib/x86_64-linux/*.lfm | |
40 | +experiment_runner/lib/i386-win32/*.lfm | |
40 | 41 | \ No newline at end of file | ... | ... |