summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorcostan <costan@google.com>2018-09-12 10:23:16 -0700
committerVictor Costan <pwnall@chromium.org>2018-09-24 13:36:30 -0700
commit0145a94ab6bec48e596df499e8f6103e138a74ab (patch)
tree14b28fd19ebf183423972bb07044cb3e4c317d1b /.gitignore
parent73d5834eceee8efa9a8ccfec77dc096a9e8ba18a (diff)
downloadleveldb-0145a94ab6bec48e596df499e8f6103e138a74ab.tar.gz
Update .gitignore.
The version in the repository covers the Makefile build. The new version is simpler and contains entries relevant to the CMake build. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=212661504
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore17
1 files changed, 8 insertions, 9 deletions
diff --git a/.gitignore b/.gitignore
index 0630251..c4b2425 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,9 +1,8 @@
-build_config.mk
-*.a
-*.o
-*.dylib*
-*.so
-*.so.*
-*_test
-db_bench
-leveldbutil
+# Editors.
+*.sw*
+.vscode
+.DS_Store
+
+# Build directory.
+build/
+out/