- 27 4月, 2021 1 次提交
-
-
由 Ryan Scott 提交于
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
-
- 04 7月, 2020 1 次提交
-
-
由 John Stilley 提交于
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
-
- 13 3月, 2018 1 次提交
-
-
由 Jan Hacker 提交于
-
- 03 10月, 2016 1 次提交
-
-
由 Wayne Nilsen 提交于
-
- 15 4月, 2016 1 次提交
-
-
由 Deepak Kannan 提交于
no need to specifically ignore compiled files and executables as it will be under the target directory
-
- 14 11月, 2015 1 次提交
-
-
由 Wayne Nilsen 提交于
-
- 13 11月, 2015 1 次提交
-
-
由 Wayne Nilsen 提交于
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.
-
- 06 11月, 2014 1 次提交
-
-
由 Jakko Sikkar 提交于
-
- 03 11月, 2014 1 次提交
-
-
由 jaxx 提交于
-
- 09 7月, 2014 1 次提交
-
-
由 Heather 提交于
-
- 30 5月, 2014 1 次提交
-
-
由 Heather 提交于
-