Added .gitignore for tmp files created by examples

This commit is contained in:
flp 2015-12-15 00:33:24 +01:00
parent 006d5ac0a5
commit 14c5ef8db4
2 changed files with 12 additions and 0 deletions

10
samples/python2/.gitignore vendored Normal file
View File

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

View File

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