mirror of
https://github.com/ruby-opencv/ruby-opencv
synced 2023-03-27 23:22:12 -04:00
eaa8ff8a7e
When installing Ruby/OpenCV using bundler as follow: $ echo -e "\n"'gem "opencv", :git => "https://github.com/ser1zw/ruby-opencv"' >> Gemfile $ bundle install an error occured because "test/samples/movie_sample.avi" was not managed by git. So, changed .gitignore and some files to fix this problem.
19 lines
241 B
Text
19 lines
241 B
Text
.DS_Store
|
|
.project
|
|
examples/data
|
|
*.o
|
|
*.so
|
|
Makefile
|
|
mkmf.log
|
|
opencv.bundle
|
|
GPATH
|
|
GRTAGS
|
|
GSYMS
|
|
GTAGS
|
|
OpenCV-*
|
|
ruby-*
|
|
ext/opencv/test.txt
|
|
pkg/
|
|
log.txt
|
|
videowriter_result.avi
|
|
examples/contours/rotated-boxes-with-detected-bounding-rectangles.jpg
|