From c356e8f2ff0a204d4e6d2f5f125f03afe4f9afde Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Sun, 18 May 2025 22:20:48 +0900 Subject: [PATCH] .gitignore: no longer ignore y.tab.c; ref #6515 --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index bff38e58c..f8cecb9c4 100644 --- a/.gitignore +++ b/.gitignore @@ -37,4 +37,3 @@ node_modules perf.data* tags !Gemfile.lock -y.tab.c