From: Sage Weil Date: Mon, 28 Jul 2014 21:06:52 +0000 (-0700) Subject: .gitignore: *~ and .dirstamp X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c29e84505e81eb6de6c8feedaef26e08c1c5dc68;p=rocksdb.git .gitignore: *~ and .dirstamp Signed-off-by: Sage Weil --- diff --git a/.gitignore b/.gitignore index 0ba5e18a..5b31e68a 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,7 @@ build_config.mk *.o-* *.swp *.lo +*~ ldb manifest_dump @@ -34,6 +35,7 @@ tags java/*.log java/include/org_rocksdb_*.h +.dirstamp .deps/ .libs/ Makefile.in