Re: [sqlite] default ignore-glob for sqlite

2014-11-21 Thread Jan Nijtmans
2014-11-21 1:23 GMT+01:00 E. Timothy Uy:
> Jan, I added to your list
>
> .target_source
> lemon.obj
> libsqlite3.lib
> mkkeywordhash.obj
> sqlite3.def
> sqlite3.dll
> sqlite3.exp
> sqlite3.lib

Thanks! I added them too. My preferred win32/64
compilation environment is MinGW(-w64), therefore I
generally don't need those ;-)

Regards,
 Jan Nijtmans
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] default ignore-glob for sqlite

2014-11-20 Thread E. Timothy Uy
Jan, I added to your list

.target_source
lemon.obj
libsqlite3.lib
mkkeywordhash.obj
sqlite3.def
sqlite3.dll
sqlite3.exp
sqlite3.lib

On Thu, Nov 6, 2014 at 9:25 AM, E. Timothy Uy  wrote:

> Thank you Jan.
>
> On Thu, Nov 6, 2014 at 7:46 AM, Jan Nijtmans 
> wrote:
>
>> 2014-11-06 1:14 GMT+01:00 E. Timothy Uy :
>> > Hi, I noticed that the ignore-glob for sqlite is empty. Is it just
>> because
>> > fossil does not transfer this information? What should I be using?
>>
>> I'm using the "ignore-glob" versioned setting below.
>>
>> Regards,
>>   Jan Nijtmans
>>
>> $ cat .fossil-settings/ignore-glob
>> tsrc/*
>> *.db
>> Makefile
>> config.h
>> config.log
>> config.status
>> keywordhash.h
>> lemon
>> lemon.exe
>> lempar.c
>> libsqlite3.la
>> libtclsqlite3.la
>> libtool
>> mkkeywordhash
>> mkkeywordhash.exe
>> opcodes.c
>> opcodes.h
>> parse.c
>> parse.h
>> parse.h.temp
>> parse.out
>> parse.y
>> shell.c
>> sqlite3
>> sqlite3.c
>> sqlite3.exe
>> sqlite3.h
>> sqlite3.lo
>> sqlite3.o
>> sqlite3.pc
>> sqlite3ext.h
>> tclsqlite.lo
>> tclsqlite.o
>> testfixture
>> testfixture.exe
>> ___
>> sqlite-users mailing list
>> sqlite-users@sqlite.org
>> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>>
>
>
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] default ignore-glob for sqlite

2014-11-06 Thread E. Timothy Uy
Thank you Jan.

On Thu, Nov 6, 2014 at 7:46 AM, Jan Nijtmans  wrote:

> 2014-11-06 1:14 GMT+01:00 E. Timothy Uy :
> > Hi, I noticed that the ignore-glob for sqlite is empty. Is it just
> because
> > fossil does not transfer this information? What should I be using?
>
> I'm using the "ignore-glob" versioned setting below.
>
> Regards,
>   Jan Nijtmans
>
> $ cat .fossil-settings/ignore-glob
> tsrc/*
> *.db
> Makefile
> config.h
> config.log
> config.status
> keywordhash.h
> lemon
> lemon.exe
> lempar.c
> libsqlite3.la
> libtclsqlite3.la
> libtool
> mkkeywordhash
> mkkeywordhash.exe
> opcodes.c
> opcodes.h
> parse.c
> parse.h
> parse.h.temp
> parse.out
> parse.y
> shell.c
> sqlite3
> sqlite3.c
> sqlite3.exe
> sqlite3.h
> sqlite3.lo
> sqlite3.o
> sqlite3.pc
> sqlite3ext.h
> tclsqlite.lo
> tclsqlite.o
> testfixture
> testfixture.exe
> ___
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] default ignore-glob for sqlite

2014-11-06 Thread Jan Nijtmans
2014-11-06 1:14 GMT+01:00 E. Timothy Uy :
> Hi, I noticed that the ignore-glob for sqlite is empty. Is it just because
> fossil does not transfer this information? What should I be using?

I'm using the "ignore-glob" versioned setting below.

Regards,
  Jan Nijtmans

$ cat .fossil-settings/ignore-glob
tsrc/*
*.db
Makefile
config.h
config.log
config.status
keywordhash.h
lemon
lemon.exe
lempar.c
libsqlite3.la
libtclsqlite3.la
libtool
mkkeywordhash
mkkeywordhash.exe
opcodes.c
opcodes.h
parse.c
parse.h
parse.h.temp
parse.out
parse.y
shell.c
sqlite3
sqlite3.c
sqlite3.exe
sqlite3.h
sqlite3.lo
sqlite3.o
sqlite3.pc
sqlite3ext.h
tclsqlite.lo
tclsqlite.o
testfixture
testfixture.exe
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] default ignore-glob for sqlite

2014-11-06 Thread Stephan Beal
On Thu, Nov 6, 2014 at 1:14 AM, E. Timothy Uy  wrote:

> Hi, I noticed that the ignore-glob for sqlite is empty. Is it just because
> fossil does not transfer this information? What should I be using?
>

http://sqlite.org/src/dir

sqlite doesn't have a .fossil-settings dir, i.e. no versioned settings, so
no, they're not synced with clones.
-- 
- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
"Freedom is sloppy. But since tyranny's the only guaranteed byproduct of
those who insist on a perfect world, freedom will have to do." -- Bigby Wolf
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


[sqlite] default ignore-glob for sqlite

2014-11-05 Thread E. Timothy Uy
Hi, I noticed that the ignore-glob for sqlite is empty. Is it just because
fossil does not transfer this information? What should I be using?

Thank you,
Tim
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users