/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:33:22 UTC
  • Revision ID: tim@ed.am-20140103123322-7f00jlfhpfhs7hen
removed more stuff from version control that shouldn't be there

Show diffs side-by-side

added added

removed removed

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