Ignore __pycache__ created during python SWIG testing.
This commit is contained in:
parent
492c691576
commit
f28772a982
1 changed files with 3 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue