mdbx: дополнение .gitignore

This commit is contained in:
Леонид Юрьев (Leonid Yuriev) 2024-11-12 21:13:57 +03:00
parent b5def26565
commit e2b4245abe

72
.gitignore vendored
View File

@ -1,47 +1,69 @@
*[~#]
@*
*.[ao] *.[ao]
*.autosave
*.bak *.bak
*.exe build.ninja
cmake-build-*
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
CMakeLists.txt.user
core
CTestTestfile.cmake
DartConfiguration.tcl
dist/
*.dll
docs/Doxyfile
docs/html/
*.dSYM
*.dylib
*.err *.err
*.exe
*.gcda *.gcda
*.gcno *.gcno
*.gcov *.gcov
*.lo
*.orig
*.rej
*.so
*.dll
*.dylib
*.dSYM
*[~#]
.idea .idea
.vs/
.vscode/
cmake-build-*
@*
core
mdbx_example
libmdbx.creator.user libmdbx.creator.user
CMakeLists.txt.user *.lo
mdbx_chk mdbx_chk
mdbx_copy mdbx_copy
mdbx_drop mdbx_drop
mdbx_dump mdbx_dump
mdbx_example
mdbx_load mdbx_load
mdbx_stat mdbx_stat
mdbx_test mdbx_test
.ninja_deps
.ninja_log
*.orig
*.rej
*.so
src/config.h
src/version.c
*.tar*
test/cmake_install.cmake
test/CTestTestfile.cmake
test_extra_crunched_delete
test_extra_cursor_closing
test_extra_dbi
test_extra_doubtless_positioning
test_extra_dupfix_addodd
test_extra_dupfix_multiple
test_extra_early_close_dbi
test_extra_hex_base64_base58
test_extra_maindb_ordinal
test_extra_open
test_extra_pcrf
test_extra_upsert_alldups
Testing/
test.log test.log
test/tmp.db test/tmp.db
test/tmp.db-lck test/tmp.db-lck
tmp.db tmp.db
tmp.db-lck tmp.db-lck
valgrind.* valgrind.*
src/version.c version.c
src/config.h .vs/
dist/ .vscode/
dist-check/
dist-checked.tag
*.tar*
*.zip *.zip
docs/Doxyfile
docs/html/
buildflags.tag