aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2026-04-06 10:25:08 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2026-04-06 10:25:08 +0100
commita3f814c63b9422d596931f3e1319d025158df843 (patch)
tree7df842fb891980022f75f9ac13a05b21abc5a1a6 /.gitignore
parentf0f6aa6d63d0b38ba2b9974334e786d1e65bed60 (diff)
downloadnissy-core-a3f814c63b9422d596931f3e1319d025158df843.tar.gz
nissy-core-a3f814c63b9422d596931f3e1319d025158df843.zip
Fix .o -> .obj in Windows
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 57111ae..7b6d4f8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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

Generated with cgit - Back to sebastiano.tronto.net