6279ff32f5
* separate migration from util and make its dependencies into libs: * snappy * kvdb * error * common * renamed common -> macros * util error does not depend on snappy module * ethsync does not depend on util nor ethcore_error * nibbleslice and nibblevec merged with patricia_trie crate * removed unused dependencies from util * util journaldb traits does not need to be public * util_error * fixed ethcore compile error * ignore .swo files * Update chain.rs
42 lines
343 B
Plaintext
42 lines
343 B
Plaintext
# Compiled files
|
|
*.o
|
|
*.so
|
|
*.rlib
|
|
*.dll
|
|
|
|
# Executables
|
|
*.exe
|
|
|
|
# Cargo lock in subs
|
|
**/Cargo.lock
|
|
|
|
# Generated by Cargo
|
|
**/target/
|
|
|
|
# vim stuff
|
|
*.swp
|
|
*.swo
|
|
|
|
# mac stuff
|
|
.DS_Store
|
|
|
|
# npm stuff
|
|
npm-debug.log
|
|
node_modules
|
|
|
|
# gdb files
|
|
.gdb_history
|
|
|
|
/json-tests/target/
|
|
|
|
# jetbrains ide stuff
|
|
.idea
|
|
*.iml
|
|
|
|
# Build artifacts
|
|
out/
|
|
|
|
.vscode
|
|
|
|
/parity.*
|