From e2b4245abe9e8a653c9e3dec07fb6327f47de3fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9B=D0=B5=D0=BE=D0=BD=D0=B8=D0=B4=20=D0=AE=D1=80=D1=8C?= =?UTF-8?q?=D0=B5=D0=B2=20=28Leonid=20Yuriev=29?= Date: Tue, 12 Nov 2024 21:13:57 +0300 Subject: [PATCH] =?UTF-8?q?mdbx:=20=D0=B4=D0=BE=D0=BF=D0=BE=D0=BB=D0=BD?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20`.gitignore`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 72 +++++++++++++++++++++++++++++++++++------------------- 1 file changed, 47 insertions(+), 25 deletions(-) diff --git a/.gitignore b/.gitignore index 7c21a018..f88be7bf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,47 +1,69 @@ +*[~#] +@* *.[ao] +*.autosave *.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 +*.exe *.gcda *.gcno *.gcov -*.lo -*.orig -*.rej -*.so -*.dll -*.dylib -*.dSYM -*[~#] .idea -.vs/ -.vscode/ -cmake-build-* -@* -core -mdbx_example libmdbx.creator.user -CMakeLists.txt.user +*.lo mdbx_chk mdbx_copy mdbx_drop mdbx_dump +mdbx_example mdbx_load mdbx_stat 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/tmp.db test/tmp.db-lck tmp.db tmp.db-lck valgrind.* -src/version.c -src/config.h -dist/ -dist-check/ -dist-checked.tag -*.tar* +version.c +.vs/ +.vscode/ *.zip -docs/Doxyfile -docs/html/ -buildflags.tag