forked from tikv/tikv
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'tikv/master' into upgrade-to-near-7.6
- Loading branch information
Showing
540 changed files
with
79,941 additions
and
29,618 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# 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/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.