openethereum/.gitignore
David 38c31c880f Tentative fix for missing dependency error (#8973)
* Tentative fix for missing dependency error

* Better fix

* Ignore build artifacts from parit-clib
2018-06-27 20:25:49 +02:00

46 lines
413 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
# js build artifacts
.git-release.log
# gdb files
.gdb_history
/json-tests/target/
# jetbrains ide stuff
.idea
*.iml
# Build artifacts
out/
parity-clib-example/build/
.vscode
rls/
/parity.*