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