Add target/ to .gitignore.

This is useful for people that work on rustls using the defaults
settings for the compiler, where things get built into target/.
This commit is contained in:
Brian Smith 2016-08-18 14:15:46 -10:00
parent 8eaaab6724
commit 8928622c27
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
Cargo.lock
target/