Ignore __pycache__ created during python SWIG testing.

This commit is contained in:
Joseph Timothy Foley 2017-03-12 21:47:52 +00:00 committed by Ian Abbott
parent 492c691576
commit f28772a982
1 changed files with 3 additions and 1 deletions

4
.gitignore vendored
View File

@ -92,7 +92,9 @@ Makefile.in
/stamp-h1
# files generated by SWIG
/swig/python/comedi.py
/swig/python/*.pyc
/swig/python/comedi_python_wrap.c
# file generated by SWIG testing/compilation
/swig/python/*.pyc
/swig/python/__pycache__
# more rooted patterns
/testing/comedi_test