-
Notifications
You must be signed in to change notification settings - Fork 17
/
.gitignore
96 lines (91 loc) · 1.82 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
92
93
94
95
96
syntax: glob
*~
*.d
*.o
*.pyc
*.imp
*.so
*.dylib
*.date
*.dummydate
*.C
*.log
*.silo
*_stamp.cmake
*.job
*.job.out
job.out*
*.swp
*.orig
runit
spam
*.a
job.out
job.err
out.job
err.job
runit
dumps*
src/BUILD
src/build
src/BUILD/**
src/build/**
dumps-*
*cache*
python
lc_*
build_*
!build_guide*
*.core
spack-build*
*.logs
rz*
rz*
toss_*.cmake
blueos_*.cmake
# These are files automatically generated in our configure process.
src/aclocal.m4
src/autom4te.cache
src/config.log
src/config.status
src/configure
src/helpers/mpic++
src/helpers/mpicc
src/PBGWraps/SpheralModulesBindings.py
src/thirdPartyLibs/tau-2.21.4
src/thirdPartyLibs/cmake*
src/FractalGravity/fftw++.cc
# The pybindgen autogenerated files.
src/PBGWraps/SpheralModules.C
src/PBGWraps/SpheralModules.hh
src/PBGWraps/SpheralModules_ArtificialViscosity.C
src/PBGWraps/SpheralModules_Boundary.C
src/PBGWraps/SpheralModules_CSPH.C
src/PBGWraps/SpheralModules_CXXTypes.C
src/PBGWraps/SpheralModules_DataBase.C
src/PBGWraps/SpheralModules_DataOutput.C
src/PBGWraps/SpheralModules_Distributed.C
src/PBGWraps/SpheralModules_ExternalForce.C
src/PBGWraps/SpheralModules_Field.C
src/PBGWraps/SpheralModules_FieldOperations.C
src/PBGWraps/SpheralModules_FileIO.C
src/PBGWraps/SpheralModules_Geometry.C
src/PBGWraps/SpheralModules_Gravity.C
src/PBGWraps/SpheralModules_Hydro.C
src/PBGWraps/SpheralModules_Integrator.C
src/PBGWraps/SpheralModules_Kernel.C
src/PBGWraps/SpheralModules_Material.C
src/PBGWraps/SpheralModules_Mesh.C
src/PBGWraps/SpheralModules_Neighbor.C
src/PBGWraps/SpheralModules_NodeGenerators.C
src/PBGWraps/SpheralModules_NodeList.C
src/PBGWraps/SpheralModules_Physics.C
src/PBGWraps/SpheralModules_SPH.C
src/PBGWraps/SpheralModules_Silo.C
src/PBGWraps/SpheralModules_Utilities.C
src/PBGWraps/SpheralModules_WildMagic.C
build-*
src/*/*cc.2.cc
src/*/*cc.3.cc
src/*/*/*cc.2.cc
src/*/*/*cc.3.cc