forked from ANNIEsoft/WCSim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
68 lines (55 loc) · 1.37 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
#ignore build results
src/WCSimRootDict.cc
src/WCSimRootDict.h
libWCSim.a
libWCSimRoot.so
make.rootcint.result
make.result
bin/
tmp/
doxygen/
#ignore gedit backups
*~
#ignore build products
*.d
*.o
*.so
#ignore run results
wcsim.root
#ignore validation files
verification-test-scripts/annie/wcsimtest.root
verification-test-scripts/comparisonfile.root
verification-test-scripts/upstream/wcsimtest.root
#ignore geometry output
geofile.txt
#ignore root dictionary files. automatically generated.
src/WCSimRootDict.cxx
src/WCSimRootDict_rdict.pcm
WCSim running notes
include/SBsimMRDHit.hhdisabled
include/SBsimMRDResponse.hhdisabled
include/SBsimMRDSD.hhdisabled
src/SBsimMRDHit.ccdisabled
src/SBsimMRDResponse.ccdisabled
src/eventactionoldcode
#ignore files that are specific to the location you're building in
CMakeLists.txt # different location of ROOT & GEANT install
GNUmakefile_full # different location of ROOT & GEANT install
sourceme
WCSim.mac # gpvm version shouldn't show visualisation
#ignore compiled ROOT scripts
*_C.d
*_C.so
*_cxx.d
*_cxx.so
*_cc.d
*_cc.so
##ignore compiled python scripts
*.pyc
#ignore dictionary build products
WCSimRootDict_rdict.pcm
src/WCSimRootDict_rdict.pcm
src/WCSimRootDict.cxx
# by definition can never be up to date in git, since it should store the hash
# of the commit it is in, but this isn't known until it's committed.
CommitHash.txt