diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2026-04-06 10:25:08 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2026-04-06 10:25:08 +0100 |
| commit | a3f814c63b9422d596931f3e1319d025158df843 (patch) | |
| tree | 7df842fb891980022f75f9ac13a05b21abc5a1a6 /.gitignore | |
| parent | f0f6aa6d63d0b38ba2b9974334e786d1e65bed60 (diff) | |
| download | nissy-core-a3f814c63b9422d596931f3e1319d025158df843.tar.gz nissy-core-a3f814c63b9422d596931f3e1319d025158df843.zip | |
Fix .o -> .obj in Windows
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -33,6 +33,7 @@ tools/results | |||
| 33 | .vscode | 33 | .vscode |
| 34 | *.a | 34 | *.a |
| 35 | *.o | 35 | *.o |
| 36 | *.obj | ||
| 36 | *.so | 37 | *.so |
| 37 | */*.so | 38 | */*.so |
| 38 | *.s | 39 | *.s |
