forked from JeffersonLab/analyzer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
91 lines (79 loc) · 1.19 KB
/
.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# Compiled stuff
*.o
*.d
*.os
lib*.so*
lib*.dylib*
analyzer
hana_decode/apps/epicsd
hana_decode/apps/prfact
hana_decode/apps/tst1190
hana_decode/apps/tdecex
hana_decode/apps/tdecpr
hana_decode/apps/tstfadc
hana_decode/apps/tstfadcblk
hana_decode/apps/tstf1tdc
hana_decode/apps/tstio
hana_decode/apps/tstoo
hana_decode/apps/etclient
hana_decode/apps/tstcoda
apps/dbconvert
bin/
build*/
# Generated files
*Dict.C
*Dict.h
*Dict.cxx
*Dict.so
ha_compiledata.h
cppcheck_report.txt
ChangeLog
*.pcm
# Editor lint
.#*
*~
*.sw?
# Helpers
/fix-filedates.sh
evio/
# Standalone distribution support files
/hana_scaler/scaler.map
# Work directory clutter, test files, replay output etc.
/db*.dat
*.root
*.odef
*.cdef
*.png
*.patch
#scons stuff
config.log
*.pyc
.sconsign.dblite
.sconf_temp/
/dist/
#IDE work files
.project
.cproject
.pydevproject
.settings
.externalToolBuilders
.idea
cmake-build-*
#Doxygen stuff
docs/Doxygen.tag
docs/ROOT.tag
docs/html
#cdaq cluster stuff
hana_decode/ROOTfiles
hana_decode/db_cratemap.dat
hana_decode/raw
hana_decode/cache
hana_decode/runfadc.csh
hana_decode/runftdc.csh
snippet.dat
#decoder debug stuff
hana_decode/*_debug.txt
#user specific stuff
setup.csh
# macOS pollution
.DS_Store