Updated svn:ignore.
This commit is contained in:
parent
c9bbf3af94
commit
7fb4fd4c1a
7 changed files with 21 additions and 0 deletions
11
.cvsignore
11
.cvsignore
|
@ -1,11 +1,22 @@
|
||||||
|
.cproject
|
||||||
|
.project
|
||||||
|
.settings
|
||||||
|
INSTALL
|
||||||
Makefile
|
Makefile
|
||||||
Makefile.in
|
Makefile.in
|
||||||
aclocal.m4
|
aclocal.m4
|
||||||
autom4te.cache
|
autom4te.cache
|
||||||
config.h
|
config.h
|
||||||
config.h.in
|
config.h.in
|
||||||
|
config.guess
|
||||||
config.log
|
config.log
|
||||||
config.status
|
config.status
|
||||||
|
config.sub
|
||||||
|
depcomp
|
||||||
|
install-sh
|
||||||
|
ltmain.sh
|
||||||
|
missing
|
||||||
|
py-compile
|
||||||
configure
|
configure
|
||||||
libtool
|
libtool
|
||||||
stamp-h1
|
stamp-h1
|
||||||
|
|
|
@ -17,5 +17,6 @@ naiveMultiThreaded
|
||||||
pageOrientedListNTA
|
pageOrientedListNTA
|
||||||
rawSet
|
rawSet
|
||||||
readLogicalHash
|
readLogicalHash
|
||||||
|
sequentialThroughput
|
||||||
transitiveClosure
|
transitiveClosure
|
||||||
zeroCopy
|
zeroCopy
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
.libs
|
||||||
.deps
|
.deps
|
||||||
Makefile
|
Makefile
|
||||||
Makefile.in
|
Makefile.in
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
.libs
|
||||||
.deps
|
.deps
|
||||||
Makefile
|
Makefile
|
||||||
Makefile.in
|
Makefile.in
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
.libs
|
||||||
.deps
|
.deps
|
||||||
Makefile
|
Makefile
|
||||||
Makefile.in
|
Makefile.in
|
||||||
|
|
|
@ -32,6 +32,7 @@ check_ringbuffer
|
||||||
check_transactional2
|
check_transactional2
|
||||||
check_bTree.log
|
check_bTree.log
|
||||||
check_replacementPolicy
|
check_replacementPolicy
|
||||||
|
check_lsmTree
|
||||||
check_*.log
|
check_*.log
|
||||||
logfile.txt
|
logfile.txt
|
||||||
storefile.txt
|
storefile.txt
|
||||||
|
|
|
@ -7,5 +7,10 @@ _lladd_la-lladd_wrap.lo
|
||||||
lladd.py
|
lladd.py
|
||||||
lladd.pyc
|
lladd.pyc
|
||||||
lladd_wrap.cc
|
lladd_wrap.cc
|
||||||
|
_stasis.la
|
||||||
|
_stasis_la-stasis_wrap.lo
|
||||||
|
stasis.py
|
||||||
|
stasis.pyc
|
||||||
|
stasis_wrap.cc
|
||||||
logfile.txt
|
logfile.txt
|
||||||
storefile.txt
|
storefile.txt
|
||||||
|
|
Loading…
Reference in a new issue