openethereum/.gitignore

23 lines
171 B
Plaintext
Raw Normal View History

2015-11-24 21:08:22 +01:00
# Compiled files
*.o
*.so
*.rlib
*.dll
# Executables
*.exe
Cargo.lock
# Generated by Cargo
/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
2015-12-12 06:05:36 +01:00
# mac stuff
.DS_Store
2015-12-25 14:55:55 +01:00
# gdb files
.gdb_history