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