From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,a69623f198c84217,start X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!k19g2000yqn.googlegroups.com!not-for-mail From: Pablo Newsgroups: comp.lang.ada Subject: Exclude files from Source_Dirs in GPS configuration Date: Thu, 13 Aug 2009 05:56:17 -0700 (PDT) Organization: http://groups.google.com Message-ID: <966221dc-5f38-411c-a1dc-b04fce698515@k19g2000yqn.googlegroups.com> NNTP-Posting-Host: 201.7.145.1 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1250168177 1864 127.0.0.1 (13 Aug 2009 12:56:17 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 13 Aug 2009 12:56:17 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: k19g2000yqn.googlegroups.com; posting-host=201.7.145.1; posting-account=n9Sa1woAAACZc_iwSjaEkj9Lnt-XVrSr User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR; rv:1.9.0.11) Gecko/2009060215 Firefox/3.0.11 (.NET CLR 3.5.30729),gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:7731 Date: 2009-08-13T05:56:17-07:00 List-Id: Hi. I have a directory tree with so many files which I address at GPS configuration file, for instance, as for Source_Dirs use (".", "Folder\/**"); but I need to exclude some specific files, how do I do this? PS.: Sure, I can point to the files that I use "one by one" and exclude the files from list I don=B4t want...but it=B4s not very elegant...