mirror of
https://github.com/ruby-opencv/ruby-opencv
synced 2023-03-27 23:22:12 -04:00
update .gitignore
This commit is contained in:
parent
11c4154b7c
commit
f946fa1122
1 changed files with 1 additions and 5 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -1,6 +1,5 @@
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.project
|
.project
|
||||||
examples/data
|
|
||||||
*.o
|
*.o
|
||||||
*.so
|
*.so
|
||||||
*.obj
|
*.obj
|
||||||
|
@ -12,17 +11,14 @@ GPATH
|
||||||
GRTAGS
|
GRTAGS
|
||||||
GSYMS
|
GSYMS
|
||||||
GTAGS
|
GTAGS
|
||||||
OpenCV-*
|
opencv-*
|
||||||
ruby-*.*.*
|
ruby-*.*.*
|
||||||
ext/opencv/test.txt
|
|
||||||
pkg/
|
pkg/
|
||||||
doc/
|
doc/
|
||||||
log.txt
|
log.txt
|
||||||
videowriter_result.avi
|
videowriter_result.avi
|
||||||
examples/contours/rotated-boxes-with-detected-bounding-rectangles.jpg
|
|
||||||
Gemfile.lock
|
Gemfile.lock
|
||||||
.yardoc
|
.yardoc
|
||||||
.RUBYLIBDIR.*
|
.RUBYLIBDIR.*
|
||||||
.RUBYARCHDIR.*
|
.RUBYARCHDIR.*
|
||||||
.bundle
|
.bundle
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue