openpreserve / jpylyzer

JP2 (JPEG 2000 Part 1) validator and properties extractor. Jpylyzer was specifically created to check that a JP2 file really conforms to the format's specifications. Additionally jpylyzer is able to extract technical characteristics.
http://jpylyzer.openpreservation.org/
Other
69 stars 28 forks source link

Mix-up of files/folders master branch and gh-pages #78

Closed bitsgalore closed 8 years ago

bitsgalore commented 8 years ago

For some reason stuff from the master branch of jpylyzer ended up in the gh-pages branch and vice versa. E.g. see jpylyzer and vagrant dirs under https://github.com/openpreserve/jpylyzer/tree/gh-pages

Even stranger, these are all files that are meant to be blocked by gitignore!

stweil commented 8 years ago

Which commits are wrong?

stweil commented 8 years ago

79 and #80 should fix both branches. They also add the missing entries to .gitignore.

bitsgalore commented 8 years ago

Thanks again!