/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-04-23 18:40:10 UTC
  • Revision ID: tim@ed.am-20120423184010-3zaiqkhxwequfaey
Removed an optimisation in command::step() (calling finalize() here prevents
the command from being reset() and reused), and added a wrapper for a
transaction's begin() method to transaction_guard (both thanks to Ron Wilson).

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