Delete directory

This commit is contained in:
kruftindustries 2025-12-20 01:57:53 -06:00 committed by GitHub
parent 1f79682918
commit 4f5f270dbd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,28 +0,0 @@
{
"permissions": {
"allow": [
"Bash(grep:*)",
"Bash(unzip:*)",
"Bash(xmllint:*)",
"Bash(cat:*)",
"Bash(make clean:*)",
"Bash(make:*)",
"Bash(gcc:*)",
"Bash(./test_y2_axis:*)",
"Bash(ls:*)",
"Bash(rm:*)",
"Bash(echo:*)",
"Bash(./test_single_axis:*)",
"Bash(if [ -f test_single_verify/xl/charts/_rels/chart1.xml.rels ])",
"Bash(then echo \" ✓ YES\")",
"Bash(else echo \" ✗ NO\")",
"Bash(fi)",
"Bash(./test_bar_y2:*)",
"Bash(./test_area_y2)",
"Bash(./test_scatter_styled:*)",
"Bash(convert:*)",
"Bash(LD_LIBRARY_PATH=./lib:$LD_LIBRARY_PATH ./test_scatter_styled:*)",
"Bash(LD_LIBRARY_PATH=./lib:$LD_LIBRARY_PATH ./test_scatter_chartsheet:*)"
]
}
}