8888de2b13
Summary: options_file_example should be added in .gitignore so that it does not show up as an untracked file in `git status`. Closes https://github.com/facebook/rocksdb/pull/2026 Differential Revision: D4759402 Pulled By: sagar0 fbshipit-source-id: d7fe133
- Compile RocksDB first by executing
make static_lib
in parent dir - Compile all examples:
cd examples/; make all