openethereum/.gitignore

45 lines
382 B
Plaintext
Raw Normal View History

2015-11-24 21:08:22 +01:00
# Compiled files
*.o
*.so
*.rlib
*.dll
# Executables
*.exe
2016-02-14 18:49:36 +01:00
# Cargo lock in subs
**/Cargo.lock
2015-11-24 21:08:22 +01:00
# Generated by Cargo
2016-01-17 12:07:35 +01:00
**/target/
2015-12-08 16:31:36 +01:00
2015-12-12 06:05:36 +01:00
# vim stuff
2015-12-08 16:31:36 +01:00
*.swp
*.swo
2015-12-12 06:05:36 +01:00
# mac stuff
.DS_Store
2015-12-25 14:55:55 +01:00
# npm stuff
npm-debug.log
node_modules
# js build artifacts
.git-release.log
2015-12-25 14:55:55 +01:00
# gdb files
.gdb_history
/json-tests/target/
2016-01-25 13:40:59 +01:00
# jetbrains ide stuff
2016-02-14 17:35:45 +01:00
.idea
*.iml
2016-02-29 21:14:38 +01:00
# Build artifacts
out/
.vscode
2016-12-11 20:14:18 +01:00
2016-12-12 15:43:24 +01:00
/parity.*