From d926a6bcb5de6678d189f8faa5436b5d6bfca77f Mon Sep 17 00:00:00 2001 From: Aman Gupta Date: Sat, 20 Jul 2019 12:49:48 -0700 Subject: [PATCH] Updated to match .gitignore from google/leveldb --- .gitignore | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 84c048a..c4b2425 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,8 @@ -/build/ +# Editors. +*.sw* +.vscode +.DS_Store + +# Build directory. +build/ +out/