diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-10-05 15:40:38 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-10-05 15:40:38 +0200 |
| commit | 3d54256257bef55e398f26ab1f0f7aa21901eddd (patch) | |
| tree | 01c396ee94ad9c12c6af776257d79fe727f9657f /.gitignore | |
| parent | ffb67c9dcd22c4c3258b9ef78301e404e7d9a796 (diff) | |
| download | nissy-core-3d54256257bef55e398f26ab1f0f7aa21901eddd.tar.gz nissy-core-3d54256257bef55e398f26ab1f0f7aa21901eddd.zip | |
Avoid multiple compilation when running tests
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -1,3 +1,4 @@ | |||
| 1 | test/*/runtest | 1 | test/*/runtest |
| 2 | test/run | 2 | test/run |
| 3 | test/last.* | 3 | test/last.* |
| 4 | test/*.o | ||
