Hi Gianfranco! Thanks for reviewing it.
On Fri, May 31, 2024 at 2:42 PM Gianfranco Costamagna <locutusofb...@debian.org> wrote: > > > > * Exclude these two files > > Description: appveyor_build.cmd attribute changes due to unknown reason > Author: Bo YU <tsu.y...@gmail.com> > Last-Update: 2024-04-21 > --- > This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ > --- a/.gitignore > +++ b/.gitignore > @@ -1,3 +1,4 @@ > +appveyor_build.cmd > _build/ > _obuild/ > _opam/ > > > I think you did that to avoid them being autogenerated? Okay, if this is true then everything becomes easy. The salsa ci was failed due to the issue: https://salsa.debian.org/ocaml-team/opam/-/jobs/5621730 This issue has troubled me for a long time.:( I will verify this soon. BR, Bo > > So in this case, why not just use debian/clean target and add them there? > > echo appveyor_build.cmd >> debian/clean > > :) > > G.