Skip to content

Commit 29a4394

Browse files
committed
fixes for new nightlies
1 parent 8d52650 commit 29a4394

6 files changed

Lines changed: 829 additions & 22 deletions

File tree

.gitignore

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,34 @@
11
_book
2+
23
__pycache__
34
plots
45
.ipynb_checkpoints
56
*.ipynb
67

8+
*.input
9+
*.output
10+
*-test.md
11+
*.lhe
12+
*.mod
13+
*.cmd*
14+
semaphore
15+
*.sin*
16+
*.la
17+
*.makefile
18+
*.phs
19+
*.vgx
20+
*.evx
21+
iniseed
22+
.libs
23+
*.LHE
24+
*.hst
25+
option.py
26+
*.vg
27+
*.f90
28+
*.lo
29+
*.gdml
30+
*.tcl*
31+
732
*.root
833
*.log
934
*.out

fast-sim-and-analysis/FccFastSimGeneration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ which mg5_aMC
165165

166166
Herwig is available as standalone program:
167167

168-
```bash
168+
```
169169
which Herwig
170170
```
171171

0 commit comments

Comments
 (0)