/sqlite3cc

To get this branch, use:
bzr branch http://bzr.ed.am/sqlite3cc
35 by Tim Marston
updated bzrignore
1
# build system
33 by Tim Marston
removed more stuff from version control that shouldn't be there
2
./autom4te.cache
35 by Tim Marston
updated bzrignore
3
./aclocal.m4
33 by Tim Marston
removed more stuff from version control that shouldn't be there
4
./build-aux
5
./m4
6
./config.h
7
./config.log
8
./libtool
9
./stamp-h1
10
./config.status
35 by Tim Marston
updated bzrignore
11
./configure
12
*.in
13
Makefile
14
.libs
15
.deps
16
17
# eclipse files
18
./.cproject
19
./.project
20
21
# test binary and data
22
./test/test-main
44 by Tim Marston
updated tests for blob support
23
./test/test-blob
24
./test/*.trs
36 by Tim Marston
updated ignores
25
./test/*.log
44 by Tim Marston
updated tests for blob support
26
./test/*.db
35 by Tim Marston
updated bzrignore
27
28
# build output
6 by edam
- fixed .am files so the library gets built!
29
*.lo
30
*.la