diff options
| author | Edward Barnard | 2015-08-04 15:44:04 +0100 |
|---|---|---|
| committer | Edward Barnard | 2015-08-04 15:49:16 +0100 |
| commit | 9e8196ba875e4f8602a8c619fbbac08a1559602d (patch) | |
| tree | bc713b7255e9331d8b6645a49ac2b39e93d670ba /.gitignore | |
| download | rust-plist-9e8196ba875e4f8602a8c619fbbac08a1559602d.tar.bz2 | |
Basic streaming pull parser support
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a9d37c5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +target +Cargo.lock |
