mirror of https://github.com/tikv/client-rust.git
Add gitignore
Signed-off-by: Hoverbear <operator@hoverbear.org>
This commit is contained in:
parent
db5d4ef3ca
commit
d8c604394f
|
@ -0,0 +1,30 @@
|
||||||
|
|
||||||
|
# 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
|
||||||
|
tmp
|
||||||
|
/bin
|
||||||
|
|
||||||
|
Cargo.lock
|
||||||
|
*.rs.bk
|
||||||
|
*.rs.fmt
|
Loading…
Reference in New Issue