Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add rustfmt gitignore (#2108) | Wayne Nilsen | 2016-10-03 | 1 | -0/+3 |
| | |||||
* | Update Rust.gitignore | Deepak Kannan | 2016-04-15 | 1 | -9/+1 |
| | | | | no need to specifically ignore compiled files and executables as it will be under the target directory | ||||
* | added comment | Wayne Nilsen | 2015-11-13 | 1 | -0/+3 |
| | |||||
* | add Cargo.lock to gitignore file by default | Wayne Nilsen | 2015-11-13 | 1 | -0/+1 |
| | | | | | | See the [official recommendation](http://doc.crates.io/guide.html#cargotoml-vs-cargolock) > * If you're building a library, put Cargo.lock in your .gitignore. > * If you're building an executable, check Cargo.lock into git. | ||||
* | add /target/ (generated by Cargo) to Rust gitignore | Heather | 2014-07-08 | 1 | -0/+6 |
| | |||||
* | gitignore for Rust | Heather | 2014-05-29 | 1 | -0/+5 |