Ignore some folders.

- /src/target -- created when trying to directly `cargo build` on a single
  package.
This commit is contained in:
kennytm 2017-05-19 22:56:18 +08:00
parent 4ed2edaafe
commit 57356b36fc
No known key found for this signature in database
GPG key ID: FEF6C8051D0E013C

1
.gitignore vendored
View file

@ -101,3 +101,4 @@ version.ml
version.texi
.cargo
!src/vendor/**
/src/target/