/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: Tim Marston
  • Date: 2014-01-03 12:50:37 UTC
  • Revision ID: tim@ed.am-20140103125037-3apzzac1zym0jnxl
fixed building of test program with boost libraries

Show diffs side-by-side

added added

removed removed

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