-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8c68cc0
commit 1e883d6
Showing
9 changed files
with
180 additions
and
2,220 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,68 @@ | ||
# Compiled files | ||
*.o | ||
*.so | ||
*.rlib | ||
*.dll | ||
*.pyc | ||
|
||
# Executables | ||
*.exe | ||
|
||
# intermedia file directory | ||
target/ | ||
*/target/ | ||
tmp*/ | ||
|
||
# Cargo lock in subs | ||
**/Cargo.lock | ||
|
||
|
||
# editor specific | ||
# vim stuff | ||
*.swp | ||
# emacs stuff | ||
*~ | ||
# vscode | ||
.vscode | ||
# jetbrains ide stuff | ||
.idea | ||
*.iml | ||
# mac stuff | ||
.DS_Store | ||
|
||
# gdb files | ||
.gdb_history | ||
|
||
# ctags | ||
TAGS | ||
|
||
# sphinx | ||
docs/build | ||
|
||
# vagrant file | ||
.vagrant | ||
|
||
# node | ||
**/node_modules | ||
yarn-error.log | ||
|
||
# docs | ||
docs/site | ||
|
||
# localtime for macos users | ||
localtime | ||
|
||
# test data | ||
**/test-rocksdb | ||
|
||
# log files | ||
logs/ | ||
|
||
# private key | ||
*_privkey | ||
|
||
# pem file | ||
*.pem | ||
|
||
# db file | ||
*.db |
Oops, something went wrong.