diff options
Diffstat (limited to 'libs/libmdbx/src/.gitignore')
-rw-r--r-- | libs/libmdbx/src/.gitignore | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/libs/libmdbx/src/.gitignore b/libs/libmdbx/src/.gitignore new file mode 100644 index 0000000000..2ea34c8009 --- /dev/null +++ b/libs/libmdbx/src/.gitignore @@ -0,0 +1,38 @@ +*.[ao] +*.bak +*.exe +*.gcda +*.gcno +*.gcov +*.lo +*.orig +*.rej +*.so +*[~#] +.idea +.le.ini +.vs/ +Win32/ +build-* +cmake-build-* +core +example +libmdbx.creator.user +mdbx-dll.VC.VC.opendb +mdbx-dll.VC.db +mdbx-dll.vcxproj.filters +mdbx_chk +mdbx_copy +mdbx_dump +mdbx_load +mdbx_stat +mdbx_test +test.log +test/test.vcxproj.user +test/tmp.db +test/tmp.db-lck +tmp.db +tmp.db-lck +valgrind.* +x64/ +x86/ |