
# OSX leaves these everywhere on SMB shares
._*

# OSX trash
.DS_Store

# Eclipse files
.classpath
.project
.settings/**

# Vim swap files
*.swp

# Files generated by JetBrains IDEs, e.g. IntelliJ IDEA
.idea/
*.iml
out/

# Vscode files
.vscode/**

target
dist
tmp
/bin

# fuzzing hack, see fuzz/cli.rs
fuzz-incremental/

# cargo configuration. We presently use this to create custom cargo profiles
# that should not be checked in at this location.
.cargo/

# Files generated by tikv-server
/LOCK
/db/
/last_tikv.toml
/raft/
core.*
*.info

# Ignore all logs
*.log
