Added .gitignore for tmp files created by examples

pull/5802/head
flp 9 years ago
parent 006d5ac0a5
commit 14c5ef8db4
  1. 10
      samples/python2/.gitignore
  2. 2
      samples/python2/_tutorials_url.txt

@ -0,0 +1,10 @@
# python binary files
*.pyc
__pycache__
# tmp files from examples
/output
*.dat
out.ply
svm_scores.npz
unused_api.txt

@ -0,0 +1,2 @@
OpenCV-Python Tutorials
http://opencv-python-tutroals.readthedocs.org/en/latest/py_tutorials/py_tutorials.html
Loading…
Cancel
Save