/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
36 by Tim Marston
updated ignores
23
./test/test-main.trs
24
./test/*.log
35 by Tim Marston
updated bzrignore
25
./test/test.db
26
27
# build output
6 by edam
- fixed .am files so the library gets built!
28
*.lo
29
*.la