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
This commit is contained in:
Tal Zussman 2022-11-02 15:02:09 -07:00 committed by Facebook GitHub Bot
parent 0547cecb81
commit 0d5dc5fdb9
1 changed files with 1 additions and 0 deletions

1
examples/.gitignore vendored
View File

@ -5,5 +5,6 @@ compaction_filter_example
multi_processes_example
optimistic_transaction_example
options_file_example
rocksdb_backup_restore_example
simple_example
transaction_example