[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Cleanup, inhibit delete of .gambas files in some directories
[Thread Prev] | [Thread Next]
- Subject: Re: Cleanup, inhibit delete of .gambas files in some directories
- From: Bruce Steers <bsteers4@xxxxxxxxx>
- Date: Sat, 12 Jul 2025 06:05:45 +0100
- To: Gambas Mailing List <user@xxxxxxxxxxxxxxxxxxxxxx>
Did you try removing *.gambas from .gitignore file ? Pretty sure the compiler uses .gitignore when making an executable. Respects BruceS On Sat, 12 Jul 2025, 02:43 Brian G, <brian@xxxxxxxxxxxxxxxx> wrote: > Is there a way to prevent the project cleanup from removing .gambas > files in some directories. > > In some of my projects, the install includes libraries that are embedded > into the project and installed by the installation procedures. > > Is there something like git's method of filtering files per directory, > perhaps. Which I do use to commit the full project. > > -- > ~~~~ Brian > >
Cleanup, inhibit delete of .gambas files in some directories | Brian G <brian@xxxxxxxxxxxxxxxx> |