/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: 2015-02-26 08:59:36 UTC
  • Revision ID: tim@ed.am-20150226085936-xe43in8bfz6f6nxb
fixed some missing/incorrect includes

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-blob
 
24
./test/*.trs
 
25
./test/*.log
 
26
./test/*.db
 
27
 
 
28
# build output
15
29
*.lo
16
30
*.la