diff options
author | Riccardo Spagni <ric@spagni.net> | 2015-03-02 17:10:16 +0200 |
---|---|---|
committer | Thomas Winget <tewinget@gmail.com> | 2015-03-17 18:26:29 -0400 |
commit | 3b3da8648325615ba2893a7b85bda14cc6684838 (patch) | |
tree | 11d507e15316f52e89d2e58a78c88fa32d6bcbd2 /db_drivers/liblmdb32/.gitignore | |
parent | removed findlmdb.cmake, no longer required (diff) | |
download | monero-3b3da8648325615ba2893a7b85bda14cc6684838.tar.xz |
moved 32-bit/64-bit detection into main CMakeLists
Diffstat (limited to 'db_drivers/liblmdb32/.gitignore')
-rw-r--r-- | db_drivers/liblmdb32/.gitignore | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/db_drivers/liblmdb32/.gitignore b/db_drivers/liblmdb32/.gitignore new file mode 100644 index 000000000..f3277afe4 --- /dev/null +++ b/db_drivers/liblmdb32/.gitignore @@ -0,0 +1,20 @@ +mtest +mtest[23456] +testdb +mdb_copy +mdb_stat +*.[ao] +*.so +*.exe +*[~#] +*.bak +*.orig +*.rej +*.gcov +*.gcda +*.gcno +core +core.* +valgrind.* +man/ +html/ |