Added .gitignore for tmp files created by examples
This commit is contained in:
parent
006d5ac0a5
commit
14c5ef8db4
10
samples/python2/.gitignore
vendored
Normal file
10
samples/python2/.gitignore
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
# python binary files
|
||||
*.pyc
|
||||
__pycache__
|
||||
|
||||
# tmp files from examples
|
||||
/output
|
||||
*.dat
|
||||
out.ply
|
||||
svm_scores.npz
|
||||
unused_api.txt
|
2
samples/python2/_tutorials_url.txt
Normal file
2
samples/python2/_tutorials_url.txt
Normal file
@ -0,0 +1,2 @@
|
||||
OpenCV-Python Tutorials
|
||||
http://opencv-python-tutroals.readthedocs.org/en/latest/py_tutorials/py_tutorials.html
|
Loading…
x
Reference in New Issue
Block a user