/sqlite3cc

To get this branch, use:
bzr branch http://bzr.ed.am/sqlite3cc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# build system
./autom4te.cache
./aclocal.m4
./build-aux
./m4
./config.h
./config.log
./libtool
./stamp-h1
./config.status
./configure
*.in
Makefile
.libs
.deps

# eclipse files
./.cproject
./.project

# test binary and data
./test/test-main
./test/test-main.trs
./test/*.log
./test/test.db

# build output
*.lo
*.la