File tree 3 files changed +4
-3
lines changed
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
4
4
recursive-include www *.txt *.rst *.md *.html
5
5
recursive-include pymodel *.txt *.rst *.md *.py
6
6
recursive-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
+
8
9
Original file line number Diff line number Diff line change 1
1
# 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 1
1
rem 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