File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -4,5 +4,6 @@ recursive-include talks *.txt *.rst *.md *.pdf
44recursive-include www *.txt *.rst *.md *.html
55recursive-include pymodel *.txt *.rst *.md *.py
66recursive-include bin *.txt *.rst *.md *.bat clogdiff tdiff tclean dotpdf dotps dotsvg pma pmg pmt pmv pymodel_paths tpath trun wsgirunner
7- recursive-include samples *.txt *.rst *.md *.bat *.py *.ref *.svg *.pdf
7+ recursive-include samples *.txt *.rst *.md *.bat *.py *.ref *.svg *.pdf *.ps
8+
89
Original file line number Diff line number Diff line change 11# remove files created by running pymodel test scripts
2- rm *FSM.py *FSM?.py *.dot *.svg *.pyc *.log
2+ rm *? FSM.py *FSM?.py *.dot *.svg *.pyc *.log
Original file line number Diff line number Diff line change 11rem remove files created by running pymodel test scripts
2- rm * FSM.py *FSM?.py *.dot *.svg *.pyc *.log
2+ del *? FSM.py *FSM?.py *.dot *.svg *.pyc *.log
You can’t perform that action at this time.
0 commit comments