diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-12-16 17:27:35 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-12-16 17:27:35 +0100 |
| commit | a21959e7edf523e6660023851f73426d8897783a (patch) | |
| tree | 82d7bb3fa87493b2aa8c827c122bbe49745773fd /.gitignore | |
| parent | 99b746a01c11e061c4bd42cf096d27be9507ae21 (diff) | |
| download | nissy-core-a21959e7edf523e6660023851f73426d8897783a.tar.gz nissy-core-a21959e7edf523e6660023851f73426d8897783a.zip | |
Fixed alignment bug
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -12,7 +12,7 @@ debugrun | |||
| 12 | shell/lasttest.out | 12 | shell/lasttest.out |
| 13 | shell/lasttest.err | 13 | shell/lasttest.err |
| 14 | tables/* | 14 | tables/* |
| 15 | tables-old/* | 15 | tables-old*/* |
| 16 | test/*/runtest | 16 | test/*/runtest |
| 17 | test/.DS_Store | 17 | test/.DS_Store |
| 18 | test/run | 18 | test/run |
