forked from JaLuka98/flashggFinalFit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
69 lines (56 loc) · 718 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# Editors temp files
*.swp
*~
# SCRAM business
__init__.py
*.pyc
# CRAB3 stuff
crab_*
crabConfig_*
#config files
*.dat
# ROOT-related files
*.root
*.C
!checkPdfIdx.C
*_cc.d
*_cc.so
*_C.d
*_C.so
*\#*
.\#*
AutoDict_*
# Other temp files
*.txt
*.log
*.png
*.pdf
*.out
*.tmp
*.pcm
*.o
# Files and folders from compiling the background area
Background/RootDict.cxx
Background/bin/
Background/lib/
# Output dirs in signal and bkg
Signal/outdir_*
Background/outdir_*
.old
.old/*
# Datacard directory
Datacard/yields_*
# Combine directory
Combine/impacts*
Combine/gof*
runFits_*
runFits_*
Models*
t2w_jobs/
# Plots directory
Plots/SplusBModels*
Plots/pkl
# Condor submission files and folders
*.sub
jobs/*.sh
jobs*