From d9aefbd6b5cfb2317abd335c89aee9e068cdf207 Mon Sep 17 00:00:00 2001 From: Afterster Date: Sun, 11 Jan 2015 19:23:19 +0100 Subject: [PATCH] Update README.md and .gitignore --- .gitignore | 5 ++++- README.md | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 71b2321..6d82618 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,9 @@ nbproject/private/ *.avi *.wav *.mid +*.mp3 +*.mov +*.mpg *.jar build -/java/video-js/nbproject/private/ \ No newline at end of file +/java/video-js/nbproject/private/ diff --git a/README.md b/README.md index b05f5f1..342d2a1 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Video.js Java Tech plug-in -A Video.js tech plugin that add AIFF, AVI GSM, MVR MID, MPG, MP2, MOV, AU and WAV stream support through Java. +A Video.js tech plugin that add AIFF, AVI, GSM, MID, MPG, MP2, MOV, AU and WAV stream support through Java. ## Getting Started