From 44d91043f268d93dd08e99c5855bd29f85dd61a7 Mon Sep 17 00:00:00 2001 From: untodesu Date: Tue, 1 Jul 2025 03:12:03 +0500 Subject: Forgot to fix gitignore the second time" award --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 36b5a7c..2d55cb3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ /.vscode/* !/.vscode/c_cpp_properties.json -/src/core/version.cc +/core/version.cc /build32/ /build64/ /build/ -- cgit