aboutsummaryrefslogtreecommitdiffstats
path: root/Rust.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Rust: ignore .pdb filesRyan Scott2021-04-271-0/+3
| | | | | | | | MSVC builds of Rust on Windows automatically generate `*.pdb` files, which store debugging information. For more information, see: * https://github.com/rust-lang/rustlings/issues/275 * https://locka99.gitbooks.io/a-guide-to-porting-c-to-rust/content/debugging_rust/#microsoft-visual-studio
* Fixing target and adding debug to Rust gitignore (#3436)John Stilley2020-07-031-1/+2
| | | | | The problem here was two fold: 1. the folder "/target/" would be top-level of the repo only, it should be "target/" to properly exclude target folders anywhere in the repo 2. the default Rust/Cargo folder when compiling code is "debug/", which gets used perhaps more often that "target/", added that
* Update documentation link cargo.toml vs cargo.lockJan Hacker2018-03-131-1/+1
|
* 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