From f8f040ccc7baed78425dd55e996653e9e2ded9e4 Mon Sep 17 00:00:00 2001 From: alabid Date: Tue, 27 Jan 2015 19:39:39 -0500 Subject: [PATCH] Updated .gitignore to ignore *~ files and example object files --- .gitignore | 1 + examples/.gitignore | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 70316aebc8..dfd3f49240 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,7 @@ make_config.mk *.d-e *.o-* *.swp +*~ ldb manifest_dump diff --git a/examples/.gitignore b/examples/.gitignore index d3c22099a5..5cb04d4b66 100644 --- a/examples/.gitignore +++ b/examples/.gitignore @@ -1,2 +1,4 @@ column_families_example simple_example +c_simple_example +compact_files_example