view .hgignore @ 450:b98968e1cc7d

chore(version): Bump version -> 0.2.0 Important changes: . Fix integer overflow in bloom filter hash code. . Change API and internals to use `Path` instead of `String`/`&str`.
author Lewin Bormann <lbo@spheniscida.de>
date Sat, 03 Mar 2018 11:49:17 +0100
parents f8b1e35370a7
children
line wrap: on
line source

syntax: glob

*.bk
*.orig
*.swp
Cargo.lock
kcov-out
target

# LevelDB test instances
LOG{,.old}
LOCK
CURRENT
*.ldb
*.log
MANIFEST-*