forked from JeffersonLab/hcana
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
63 lines (56 loc) · 809 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
# ignore patterns
# Auto generated files
cppcheck_report.txt
HallCDict.cxx
HallCDict.C
HallCDict.h
HallCDict.o
NormAnaDict.C
NormAnaDict.h
THaScalDict.C
THaScalDict.h
THaDecDict.C
THaDecDict.h
haDict.h
haDict.C
hcana
src/HallC_LinkDef.h
src/hc_compiledata.h
# scons stuff
config.log
*.pyc
.sconsign.dblite
.sconf_temp/
#eclipse stuff
.cproject
.project
.settings
.pydevproject
# Patterns
*.[oad]
*~
*.so
*.so.*
*.os
*.pcm
\#*\#
.nfs*
# Doxygen generated documentation directory
docs/ROOT.tag
docs/Doxygen.tag
docs/html
docs/Doxyfile_podd
docs/Doxygen_podd.tag
# Examples directory
examples/*.root
examples/*.log.*
# This is auto generated by hodtest.C
examples/db_cratemap.dat
examples/report.out
examples/periodic.out
examples/HScaler.txt
examples/raw
examples/cache
# Working directories
work
build*