aboutsummaryrefslogtreecommitdiffstats
path: root/Rust.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Add rustfmt gitignore (#2108)Wayne Nilsen2016-10-031-0/+3
|
* Update Rust.gitignoreDeepak Kannan2016-04-151-9/+1
| | | | no need to specifically ignore compiled files and executables as it will be under the target directory
* added commentWayne Nilsen2015-11-131-0/+3
|
* add Cargo.lock to gitignore file by defaultWayne Nilsen2015-11-131-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 gitignoreHeather2014-07-081-0/+6
|
* gitignore for RustHeather2014-05-291-0/+5