]> source.dussan.org Git - gitignore.git/commit
Fixing target and adding debug to Rust gitignore (#3436)
authorJohn Stilley <1831479+theJollySin@users.noreply.github.com>
Fri, 3 Jul 2020 18:07:44 +0000 (14:07 -0400)
committerGitHub <noreply@github.com>
Fri, 3 Jul 2020 18:07:44 +0000 (15:07 -0300)
commit620d4878a014cefdd1919c39527290c852539712
treee10fc9dcb989a504726ee94ad268cdf10ddee300
parent18aa6d83774d514da479d73a4beb864cd4220231
Fixing target and adding debug to Rust gitignore (#3436)

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
Rust.gitignore