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 |
|
23 |
./test/test-main_d |
|
24 |
./test/test.db |
|
25 |
||
26 |
# build output |
|
6
by edam
- fixed .am files so the library gets built! |
27 |
*.lo |
28 |
*.la |