Skip to content

Commit 0e7ca54

Browse files
committed
Restore .gitignore, Restore BTL printout
1 parent 2e2fa34 commit 0e7ca54

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

.gitignore

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
__init__.py
2+
*.pyc
3+
.*.swp
4+
.#*
5+
#*#
6+
*~
7+
*.pb
8+
9+
# ignore partially applied patches and their backup
10+
*.rej
11+
*.orig
12+
13+
14+
# ignore files under the top level $CMSSW_BASE/src directory, but not its subdirectories
15+
/*
16+
!/*/
17+
18+
# ignore some IDE related files
19+
*.xcodeproj
20+
.vscode
21+
22+
#ignore mac specific file
23+
.DS_Store

Geometry/MTDGeometryBuilder/test/mtd_cfg.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,4 @@
7171
ddTopNodeName = cms.untracked.string('EndcapTimingLayer')
7272
)
7373

74-
#process.p1 = cms.Path(cms.wait(process.prod)+cms.wait(process.prod1)+process.prod2)
75-
process.p1 = cms.Path(cms.wait(process.prod)+cms.wait(process.prod2))
74+
process.p1 = cms.Path(cms.wait(process.prod)+cms.wait(process.prod1)+process.prod2)

0 commit comments

Comments
 (0)