/sqlite3cc

To get this branch, use:
bzr branch http://bzr.ed.am/sqlite3cc

« back to all changes in this revision

Viewing changes to .bzrignore

  • Committer: edam
  • Date: 2012-01-23 14:34:45 UTC
  • Revision ID: edam@waxworlds.org-20120123143445-s2v4v90nycmfm6bv
fixed up tests

Show diffs side-by-side

added added

removed removed

1
 
# build system
2
 
./autom4te.cache
3
 
./aclocal.m4
4
 
./build-aux
5
 
./m4
6
 
./config.h
7
 
./config.log
8
 
./libtool
9
 
./stamp-h1
10
 
./config.status
11
 
./configure
12
 
*.in
 
1
.cproject
 
2
.project
 
3
test/test.db
 
4
test/test-main
 
5
test/test-main_d
 
6
autom4te.cache
13
7
Makefile
14
8
.libs
15
9
.deps
16
 
 
17
 
# eclipse files
18
 
./.cproject
19
 
./.project
20
 
 
21
 
# test binary and data
22
 
./test/test-main
23
 
./test/test-blob
24
 
./test/*.trs
25
 
./test/*.log
26
 
./test/*.db
27
 
 
28
 
# build output
 
10
config.h
 
11
config.log
 
12
libtool
 
13
stamp-h1
 
14
config.status
29
15
*.lo
30
16
*.la