From 7dc901379add5824464b83bc5d32ca68b24f3245 Mon Sep 17 00:00:00 2001 From: Seb Hinderer Date: Thu, 21 Aug 2025 08:08:48 +0200 Subject: [PATCH] Stop ignoring stdcompat.ml_{native,byte} This is a follow-up to commit 6976012113e650de58da95a1f57d74004ba40472. However, the patterns in .gitignore were wrong anyway so they get removed here merely to avoid confusions in the future. --- .gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitignore b/.gitignore index fe7c38a..61ce9fd 100644 --- a/.gitignore +++ b/.gitignore @@ -12,8 +12,6 @@ _build/ /tests.bytecode /tests.native /META -/stdcompat.ml_byte -/stdcompat.ml_native /.depend /stdcompat_*.ml /stdcompat_*.mli