feat: update .gitignore and enhance ext2 file timestamps

Added back g_Unixseconds to the ext2 driver

Signed-off-by: kaguya <vpshinomiya@protonmail.com>
This commit is contained in:
kaguya
2026-04-16 00:37:30 -04:00
parent bd77c7a2b9
commit 016ee32987
7 changed files with 23 additions and 19 deletions
+2 -1
View File
@@ -55,5 +55,6 @@
"C_Cpp_Runner.useLeakSanitizer": false,
"C_Cpp_Runner.showCompilationTime": false,
"C_Cpp_Runner.useLinkTimeOptimization": false,
"C_Cpp_Runner.msvcSecureNoWarnings": false
"C_Cpp_Runner.msvcSecureNoWarnings": false,
"C_Cpp.errorSquiggles": "enabled"
}