Place targets/ in .gitignore

It holds files generated by Cargo, which have no place in the git
repository.
This commit is contained in:
Demi M. Obenour 2018-12-03 20:54:22 -05:00
parent ccb100dae0
commit d4dbf72e16
No known key found for this signature in database
GPG Key ID: B288B55FFF9C22C1
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -34,3 +34,6 @@ rls*.log
# Vim swap files
.*.swp
.*.swo
# Rust output files
target/