I would suggest copying all the ignores that Stefan pasted (except the
*.a rule) to the global ignore list.
So, open up TortoiseSVN->properties.
Add this to the "Global ignore pattern" (notice I removed *.a):
*.o *.lo *.la *.al .libs *.so *.so.[0-9]* *.pyc *.pyo *.rej *~ #*#
.#* .*.swp .DS_Store
On Sep 10, 2:45 pm, Madhu <mran..._at_gmail.com> wrote:
> Any way to set it up to not ignore .a files?
>
> On Sep 10, 12:37 pm, Stefan Küng <tortoise..._at_gmail.com> wrote:
>
>
>
> > Madhu wrote:
> > > I tried this out with TSV 1.5.3.. In an existing working copy, if I
> > > add a file such as ddd.a, and then check for modifications, it shows
> > > up only in the "ignored" list.
>
> > > If I rename ddd.a to DDD.A (actually only the extension needs to be
> > > uppercase), it seems to find it ok in the "unversioned files" list. I
> > > don't have any global ignores, or any ignore: properties set up.. this
> > > seems to happen with a fresh install without changing any default
> > > settings. Anyone else see this?
>
> > Subversion has default ignores:
> > *.o *.lo *.la *.al .libs *.so *.so.[0-9]* *.a *.pyc *.pyo *.rej *~ #*#
> > .#* .*.swp .DS_Store
>
> > which it automatically applies if no other global ignores are set.
>
> > Stefan
>
> > --
> > ___
> > oo // \\ "De Chelonian Mobile"
> > (_,\/ \_/ \ TortoiseSVN
> > \ \_/_\_/> The coolest Interface to (Sub)Version Control
> > /_/ \_\ http://tortoisesvn.net
>
> > signature.asc
> > < 1KViewDownload
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr..._at_tortoisesvn.tigris.org
> For additional commands, e-mail: users-h..._at_tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
Received on 2008-09-10 20:57:53 CEST