1
0
Fork 0
mirror of https://github.com/ruby-opencv/ruby-opencv synced 2023-03-27 23:22:12 -04:00
ruby-opencv/.gitignore
ser1zw eaa8ff8a7e fixed an installation problem when using bundler
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.
2011-07-26 21:53:33 +09:00

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