-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy path.gitignore
58 lines (48 loc) · 899 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
# General
*.DS_Store
*.o
*~
# Latex
*.aux
*.log
*.synctex.gz
*.toc
*.snm
*.nav
*.vrb
Documentation/*/*.out
# Xcode project files
G4STORK/Build-xcode
G4STORK/Build-xcode-serial
*.sublime-workspace
**/*-xcode
# Geant / G4STORK build files
G4STORK/Build/*
G4STORK/include/Marshaled*
G4STORK/include/*.msh
G4STORK/OutputFiles
G4STORK/SourceFiles
geant4.10.02/source/processes/**/CUDAGPU.hh
# Executables
*/**/AnalyzeTestResults
*/**/GenerateTestResults
Examples/**/bin/
geant4.10.02/tmp
geant4.10.02-build
geant4.10.02-install
marshalgen-1.0/Examples
marshalgen-1.0/Phase2/*.yy.*
marshalgen-1.0/Phase2/*.tab.*
marshalgen-1.0/Phase2/marshal
marshalgen-1.0/Phase2/*.output
topc-2.5.2/*.status
topc-2.5.2/Makefile
topc-2.5.2/README
topc-2.5.2/bin/Makefile
topc-2.5.2/bin/topc-config
topc-2.5.2/bin/topc++
topc-2.5.2/bin/topcc
topc-2.5.2/include/*
topc-2.5.2/lib/*
topc-2.5.2/src/Makefile
Traces/