rand-chain / rust-randchain

(WIP) Official implementation of the RandChain protocol
GNU General Public License v3.0
1 stars 0 forks source link

fix gitignore #74

Closed SebastianElvis closed 3 years ago

SebastianElvis commented 3 years ago

Sometimes we need to cargo build subdirectories of the project. The current .gitignore does not include target/ in these subdirectories. This PR fixes this issue.

0xmountaintop commented 3 years ago

Sometimes we need to cargo build subdirectories of the project. The current .gitignore does not include target/ in these subdirectories. This PR fixes this issue.

Though I don't find any subdirectory to build, but this PR seems doing no harm