solana/.gitignore

26 lines
318 B
Plaintext
Raw Normal View History

2018-11-26 08:12:22 -08:00
/book/html/
2018-11-26 08:46:50 -08:00
/book/src/img/
/book/src/tests.ok
2019-04-18 14:23:34 -07:00
/farf/
/solana-release/
2019-06-13 09:50:09 -07:00
/solana-release.tar.bz2
/solana-metrics/
/solana-metrics.tar.bz2
2019-04-18 14:23:34 -07:00
/target/
2018-02-14 06:23:59 -08:00
**/*.rs.bk
2018-05-12 16:57:28 -07:00
.cargo
2018-06-24 10:10:55 -07:00
# node config that is rsynced
2018-06-24 10:10:55 -07:00
/config/
# node config that remains local
/config-local/
2018-07-30 17:08:49 -07:00
2018-10-24 10:58:27 -07:00
# log files
*.log
2018-11-05 10:46:26 -08:00
log-*.txt
2018-11-08 11:15:14 -08:00
# intellij files
/.idea/
/solana.iml