From 0d5dc5fdb96df9a2e8394a32b4752034e85130ed Mon Sep 17 00:00:00 2001 From: Tal Zussman <32444106+tzussman@users.noreply.github.com> Date: Wed, 2 Nov 2022 15:02:09 -0700 Subject: [PATCH] Add rocksdb_backup_restore_example to examples/.gitignore (#10825) Summary: Pull Request resolved: https://github.com/facebook/rocksdb/pull/10825 Reviewed By: akankshamahajan15 Differential Revision: D40419234 Pulled By: ajkr fbshipit-source-id: 2d700154eb5b2943d10a0f944f2b414ece353e4a --- examples/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/.gitignore b/examples/.gitignore index 823664ae1f..39da06a858 100644 --- a/examples/.gitignore +++ b/examples/.gitignore @@ -5,5 +5,6 @@ compaction_filter_example multi_processes_example optimistic_transaction_example options_file_example +rocksdb_backup_restore_example simple_example transaction_example