From a9d4b49252223ae1e29f01ac0cc4036e04a0acc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Wed, 2 Apr 2025 10:38:28 +0200 Subject: [PATCH] Fix path for main/debug_gdb_scripts.c in .gitattributes The previous path `main/gdb_inlined_script.c` never existed in any commit merged to master. see 46b6ad6daeb84ef47d17ca190dc960f604a493ca --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 86797917210..c4e1bd57b2a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -21,7 +21,7 @@ # Collapse generated files within git and pull request diff. **/*_arginfo.h linguist-generated -diff -/main/gdb_inlined_script.c linguist-generated -diff +/main/debug_gdb_scripts.c linguist-generated -diff /Zend/zend_vm_execute.h linguist-generated -diff /Zend/zend_vm_handlers.h linguist-generated -diff /Zend/zend_vm_opcodes.[ch] linguist-generated -diff