mirror of
https://github.com/isar/libmdbx.git
synced 2025-10-04 00:22:21 +08:00
mdbx: new testset (initial, stub).
Initial stub for https://github.com/ReOpen/libmdbx/issues/8
This commit is contained in:
45
.gitignore
vendored
45
.gitignore
vendored
@@ -1,26 +1,33 @@
|
||||
mtest[0123456]
|
||||
wbench
|
||||
testdb
|
||||
mdbx_copy
|
||||
mdbx_stat
|
||||
mdbx_dump
|
||||
mdbx_load
|
||||
mdbx_chk
|
||||
*.lo
|
||||
*.[ao]
|
||||
*.so
|
||||
*.exe
|
||||
*[~#]
|
||||
*.[ao]
|
||||
*.bak
|
||||
*.orig
|
||||
*.rej
|
||||
*.gcov
|
||||
*.gcda
|
||||
*.gcno
|
||||
core
|
||||
core.*
|
||||
valgrind.*
|
||||
yota_test*
|
||||
*.exe
|
||||
*.gcda
|
||||
*.gcno
|
||||
*.gcov
|
||||
libmdbx.creator.user
|
||||
*.lo
|
||||
mdbx_chk
|
||||
mdbx_copy
|
||||
mdbx-dll.VC.db
|
||||
mdbx-dll.VC.VC.opendb
|
||||
mdbx-dll.vcxproj.filters
|
||||
mdbx_dump
|
||||
mdbx_load
|
||||
mdbx_stat
|
||||
*.orig
|
||||
*.rej
|
||||
*.so
|
||||
/test/test
|
||||
test/test.vcxproj.user
|
||||
test/tmp.db
|
||||
test/tmp.db-lock
|
||||
tmp.db
|
||||
tmp.db-lock
|
||||
valgrind.*
|
||||
.vs/
|
||||
Win32/
|
||||
x64/
|
||||
x86/
|
||||
|
Reference in New Issue
Block a user