mdbx: update .gitignore

This commit is contained in:
Leonid Yuriev 2021-07-16 10:14:46 +03:00
parent 8aaf5d071b
commit ba22ae9ab3

3
.gitignore vendored
View File

@ -20,6 +20,7 @@ cmake-build-*
core core
mdbx_example mdbx_example
libmdbx.creator.user libmdbx.creator.user
CMakeLists.txt.user
mdbx_chk mdbx_chk
mdbx_copy mdbx_copy
mdbx_drop mdbx_drop
@ -36,6 +37,8 @@ valgrind.*
src/version.c src/version.c
src/config.h src/config.h
dist/ dist/
dist-check/
dist-checked.tag
*.tar* *.tar*
docs/Doxyfile docs/Doxyfile
docs/html/ docs/html/