From de61f61dc7c38abd3a703af5b08cbffde6bb8358 Mon Sep 17 00:00:00 2001 From: Bryan Matsuo Date: Fri, 10 Feb 2017 22:29:05 -0800 Subject: [PATCH] all: random gitignore stuff I have started checking the source out from the official repository instead of the GitHub mirror, so the directory lmdb/openldap has been added to gitignore. In addition, the lmdb_stat binary was not ignored in the lmdb_stat directory. --- .gitignore | 1 + cmd/lmdb_stat/.gitignore | 1 + 2 files changed, 2 insertions(+) create mode 100644 cmd/lmdb_stat/.gitignore diff --git a/.gitignore b/.gitignore index b2f04691..545c899c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # c repository for updating after each release /lmdb/lmdb +/lmdb/openldap /bin/ diff --git a/cmd/lmdb_stat/.gitignore b/cmd/lmdb_stat/.gitignore new file mode 100644 index 00000000..6bbeca60 --- /dev/null +++ b/cmd/lmdb_stat/.gitignore @@ -0,0 +1 @@ +lmdb_stat