Added .cvsignore files.
This commit is contained in:
parent
26e5aa3069
commit
5650953c4f
27 changed files with 189 additions and 0 deletions
11
.cvsignore
Normal file
11
.cvsignore
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
Makefile
|
||||||
|
Makefile.in
|
||||||
|
aclocal.m4
|
||||||
|
autom4te.cache
|
||||||
|
config.h
|
||||||
|
config.h.in
|
||||||
|
config.log
|
||||||
|
config.status
|
||||||
|
configure
|
||||||
|
libtool
|
||||||
|
stamp-h1
|
21
benchmarks/.cvsignore
Normal file
21
benchmarks/.cvsignore
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
.deps
|
||||||
|
Makefile
|
||||||
|
Makefile.in
|
||||||
|
.libs
|
||||||
|
arrayListSet
|
||||||
|
lhtableThreaded
|
||||||
|
linearHashNTA
|
||||||
|
linearHashNTAMultiReader
|
||||||
|
linearHashNTAThreaded
|
||||||
|
linearHashNTAWriteRequests
|
||||||
|
linkedListNTA
|
||||||
|
logicalHash
|
||||||
|
logicalMultThreaded
|
||||||
|
logicalMultiReaders
|
||||||
|
naiveHash
|
||||||
|
naiveMultiThreaded
|
||||||
|
pageOrientedListNTA
|
||||||
|
rawSet
|
||||||
|
readLogicalHash
|
||||||
|
transitiveClosure
|
||||||
|
zeroCopy
|
9
benchmarks/berkeleyDB/.cvsignore
Normal file
9
benchmarks/berkeleyDB/.cvsignore
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
.deps
|
||||||
|
Makefile
|
||||||
|
Makefile.in
|
||||||
|
.libs
|
||||||
|
bdbHash
|
||||||
|
bdbHashThreaded
|
||||||
|
bdbHashWriteRequests
|
||||||
|
bdbRaw
|
||||||
|
transapp
|
2
doc/.cvsignore
Normal file
2
doc/.cvsignore
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
api
|
||||||
|
developers
|
2
libdfa/.cvsignore
Normal file
2
libdfa/.cvsignore
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
Makefile
|
||||||
|
Makefile.in
|
2
lladd/.cvsignore
Normal file
2
lladd/.cvsignore
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
Makefile
|
||||||
|
Makefile.in
|
2
src/.cvsignore
Normal file
2
src/.cvsignore
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
Makefile
|
||||||
|
Makefile.in
|
3
src/2pc/.cvsignore
Normal file
3
src/2pc/.cvsignore
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
.deps
|
||||||
|
Makefile
|
||||||
|
Makefile.in
|
2
src/apps/.cvsignore
Normal file
2
src/apps/.cvsignore
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
Makefile
|
||||||
|
Makefile.in
|
3
src/apps/cht/.cvsignore
Normal file
3
src/apps/cht/.cvsignore
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
.deps
|
||||||
|
Makefile
|
||||||
|
Makefile.in
|
2
src/apps/cyrus/.cvsignore
Normal file
2
src/apps/cyrus/.cvsignore
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
Makefile
|
||||||
|
Makefile.in
|
1
src/apps/cyrus/.deps/.cvsignore
Normal file
1
src/apps/cyrus/.deps/.cvsignore
Normal file
|
@ -0,0 +1 @@
|
||||||
|
cyrusdb_lladd.Po
|
6
src/apps/readOnlyHash/.cvsignore
Normal file
6
src/apps/readOnlyHash/.cvsignore
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
.deps
|
||||||
|
Makefile
|
||||||
|
Makefile.in
|
||||||
|
.libs
|
||||||
|
buildTable
|
||||||
|
queryTable
|
3
src/libdfa/.cvsignore
Normal file
3
src/libdfa/.cvsignore
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
.deps
|
||||||
|
Makefile
|
||||||
|
Makefile.in
|
3
src/lladd/.cvsignore
Normal file
3
src/lladd/.cvsignore
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
.deps
|
||||||
|
Makefile
|
||||||
|
Makefile.in
|
3
src/pobj/.cvsignore
Normal file
3
src/pobj/.cvsignore
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
.deps
|
||||||
|
Makefile
|
||||||
|
Makefile.in
|
5
src/timing/.cvsignore
Normal file
5
src/timing/.cvsignore
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
.deps
|
||||||
|
Makefile
|
||||||
|
Makefile.in
|
||||||
|
.libs
|
||||||
|
getTimeOfDay
|
5
test/.cvsignore
Normal file
5
test/.cvsignore
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
.deps
|
||||||
|
Makefile
|
||||||
|
Makefile.in
|
||||||
|
.libs
|
||||||
|
check_check
|
5
test/2pc/.cvsignore
Normal file
5
test/2pc/.cvsignore
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
.deps
|
||||||
|
Makefile
|
||||||
|
Makefile.in
|
||||||
|
.libs
|
||||||
|
always_commit
|
9
test/cht/.cvsignore
Normal file
9
test/cht/.cvsignore
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
.deps
|
||||||
|
Makefile
|
||||||
|
Makefile.in
|
||||||
|
.libs
|
||||||
|
cht_server
|
||||||
|
client
|
||||||
|
coordinator
|
||||||
|
simple
|
||||||
|
subordinate
|
8
test/dfa/.cvsignore
Normal file
8
test/dfa/.cvsignore
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
.deps
|
||||||
|
Makefile
|
||||||
|
Makefile.in
|
||||||
|
.libs
|
||||||
|
check_networksetup
|
||||||
|
fork_bomb
|
||||||
|
ping_pong_dfa
|
||||||
|
star
|
2
test/lladd-old/.cvsignore
Normal file
2
test/lladd-old/.cvsignore
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
Makefile
|
||||||
|
Makefile.in
|
57
test/lladd/.cvsignore
Normal file
57
test/lladd/.cvsignore
Normal file
|
@ -0,0 +1,57 @@
|
||||||
|
.deps
|
||||||
|
Makefile
|
||||||
|
Makefile.in
|
||||||
|
.libs
|
||||||
|
check_allocationPolicy
|
||||||
|
check_bTree
|
||||||
|
check_blobRecovery
|
||||||
|
check_bufferManager
|
||||||
|
check_compensations
|
||||||
|
check_errorHandling
|
||||||
|
check_header
|
||||||
|
check_indirect
|
||||||
|
check_io
|
||||||
|
check_iterator
|
||||||
|
check_lhtable
|
||||||
|
check_linearHash
|
||||||
|
check_linearHashNTA
|
||||||
|
check_linkedListNTA
|
||||||
|
check_lockManager
|
||||||
|
check_logEntry
|
||||||
|
check_logWriter
|
||||||
|
check_logicalLinearHash
|
||||||
|
check_multiplexer
|
||||||
|
check_operations
|
||||||
|
check_page
|
||||||
|
check_pageOperations
|
||||||
|
check_pageOrientedList
|
||||||
|
check_rangeTracker
|
||||||
|
check_recovery
|
||||||
|
check_regions
|
||||||
|
check_ringbuffer
|
||||||
|
check_transactional2
|
||||||
|
check_bTree.log
|
||||||
|
check_blobRecovery.log
|
||||||
|
check_bufferManager.log
|
||||||
|
check_compensations.log
|
||||||
|
check_errorhandling.log
|
||||||
|
check_header.log
|
||||||
|
check_indirect.log
|
||||||
|
check_io.log
|
||||||
|
check_iterator.log
|
||||||
|
check_lhtable.log
|
||||||
|
check_linearHash.log
|
||||||
|
check_linearHashNTA.log
|
||||||
|
check_linkedListNTA.log
|
||||||
|
check_lockManager.log
|
||||||
|
check_logEntry.log
|
||||||
|
check_logWriter.log
|
||||||
|
check_operations.log
|
||||||
|
check_page.log
|
||||||
|
check_pageOperations.log
|
||||||
|
check_pageOrientedListNTA.log
|
||||||
|
check_rangeTracker.log
|
||||||
|
check_recovery.log
|
||||||
|
check_regions.log
|
||||||
|
check_ringbuffer.log
|
||||||
|
check_transactional2.log
|
2
test/messages/.cvsignore
Normal file
2
test/messages/.cvsignore
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
Makefile
|
||||||
|
Makefile.in
|
7
test/monotree/.cvsignore
Normal file
7
test/monotree/.cvsignore
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
.deps
|
||||||
|
Makefile
|
||||||
|
Makefile.in
|
||||||
|
.libs
|
||||||
|
binary_search
|
||||||
|
bit_arithmetic
|
||||||
|
soundness
|
7
test/pobj/.cvsignore
Normal file
7
test/pobj/.cvsignore
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
.deps
|
||||||
|
Makefile
|
||||||
|
Makefile.in
|
||||||
|
.libs
|
||||||
|
test-list
|
||||||
|
test-list2
|
||||||
|
test-multilist
|
7
utilities/.cvsignore
Normal file
7
utilities/.cvsignore
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
.deps
|
||||||
|
Makefile
|
||||||
|
Makefile.in
|
||||||
|
.libs
|
||||||
|
logfile_dump
|
||||||
|
run_recovery
|
||||||
|
truncate_log
|
Loading…
Reference in a new issue