solana/.gitignore

24 lines
276 B
Plaintext

/book/html/
/book/src/img/
/book/src/tests.ok
/farf/
/solana-release/
solana-release.tar.bz2
/target/
**/*.rs.bk
.cargo
# node config that is rsynced
/config/
# node config that remains local
/config-local/
# log files
*.log
log-*.txt
# intellij files
/.idea/
/solana.iml