openethereum/.gitignore

21 lines
157 B
Plaintext
Raw Normal View History

2015-11-24 20:50:56 +01:00
# Compiled files
*.o
*.so
*.rlib
*.dll
# Executables
*.exe
2015-11-24 21:08:33 +01:00
Cargo.lock
2015-11-24 20:50:56 +01:00
# Generated by Cargo
/target/
2015-12-02 21:51:20 +01:00
/json-tests/target/
# Vim
*.swp
# GDB
*.gdb_history