parity-common/.gitignore

22 lines
125 B
Plaintext
Raw Normal View History

2018-07-05 05:25:33 -07:00
**/target/
2018-06-29 01:45:56 -07:00
2018-07-05 05:25:33 -07:00
**/Cargo.lock
2018-06-29 01:45:56 -07:00
**/*.rs.bk
2018-07-05 05:25:33 -07:00
*.o
*.so
*.rlib
*.dll
.gdb_history
*.exe
.DS_Store
.idea
.vscode
*.iml
*.swp
*.swo