changeset 371:f8b1e35370a7

Meta: Update hgignore to ignore leveldb test files.
author Lewin Bormann <lbo@spheniscida.de>
date Sun, 08 Oct 2017 13:53:33 +0200
parents ffd09df174ba
children 0c2ec9035654
files .hgignore
diffstat 1 files changed, 13 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/.hgignore	Sun Oct 08 13:51:47 2017 +0200
+++ b/.hgignore	Sun Oct 08 13:53:33 2017 +0200
@@ -1,6 +1,16 @@
-.*.bk
-.*.orig
-.*.swp
+syntax: glob
+
+*.bk
+*.orig
+*.swp
 Cargo.lock
 kcov-out
 target
+
+# LevelDB test instances
+LOG{,.old}
+LOCK
+CURRENT
+*.ldb
+*.log
+MANIFEST-*