forked from esmf-org/esmf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
140 lines (127 loc) · 5.03 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
# miscelaneous #
################
*~
*.log
ESMF_LogFile
PET*.ESMF_LogFile
*.stdout
*.out
*.csv
/log*
# esmf build generated directories #
####################################
/DEFAULTINSTALLDIR/
/lib/
/mod/
/obj/
/doc/
/src/etc/
/src/include/
/test/
/examples/
# protex generated files #
##########################
*_ccapi.tex
*_chapi.tex
*_fapi.tex
!*manual_fapi.tex
# autogenerated files #
#######################
src/Infrastructure/Array/interface/ESMF_ArrayCreate.F90
src/Infrastructure/Array/interface/ESMF_ArrayGather.F90
src/Infrastructure/Array/interface/ESMF_ArrayGet.F90
src/Infrastructure/Array/interface/ESMF_ArrayScatter.F90
src/Infrastructure/Field/src/ESMF_FieldCreate.F90
src/Infrastructure/Field/src/ESMF_FieldEmpty.F90
src/Infrastructure/Field/src/ESMF_FieldGather.F90
src/Infrastructure/Field/src/ESMF_FieldGet.F90
src/Infrastructure/Field/src/ESMF_FieldScatter.F90
src/Infrastructure/FieldBundle/src/ESMF_FieldBundle.F90
src/Infrastructure/LocalArray/interface/ESMF_LocalArrayCreate.F90
src/Infrastructure/LocalArray/interface/ESMF_LocalArrayGet.F90
src/Infrastructure/LocalArray/interface/ESMF_LocalArrayWrapperType.F90
src/Infrastructure/IO/interface/ESMF_IO_NCPutGet.F90
src/Infrastructure/Util/doc/ESMC_ReturnCodes.tex
src/Infrastructure/Util/src/ESMF_FortranWordsize.F90
src/Infrastructure/Util/src/ESMF_TypeKindGet.F90
src/Infrastructure/Util/src/ESMF_UtilSort.F90
src/Superstructure/AttributeAPI/tests/ESMF_AttPackABundleUTest.F90
src/Superstructure/AttributeAPI/tests/ESMF_AttPackArrayUTest.F90
src/Superstructure/AttributeAPI/tests/ESMF_AttPackCplCompUTest.F90
src/Superstructure/AttributeAPI/tests/ESMF_AttPackDistGridUTest.F90
src/Superstructure/AttributeAPI/tests/ESMF_AttPackFBundleUTest.F90
src/Superstructure/AttributeAPI/tests/ESMF_AttPackFieldUTest.F90
src/Superstructure/AttributeAPI/tests/ESMF_AttPackGridCompUTest.F90
src/Superstructure/AttributeAPI/tests/ESMF_AttPackGridUTest.F90
src/Superstructure/AttributeAPI/tests/ESMF_AttPackLocStreamUTest.F90
src/Superstructure/AttributeAPI/tests/ESMF_AttPackSciCompUTest.F90
src/Superstructure/AttributeAPI/tests/ESMF_AttPackStateUTest.F90
src/Superstructure/AttributeAPI/tests/ESMF_AttributeABundleUTest.F90
src/Superstructure/AttributeAPI/tests/ESMF_AttributeArrayUTest.F90
src/Superstructure/AttributeAPI/tests/ESMF_AttributeCplCompUTest.F90
src/Superstructure/AttributeAPI/tests/ESMF_AttributeDistGridUTest.F90
src/Superstructure/AttributeAPI/tests/ESMF_AttributeFBundleUTest.F90
src/Superstructure/AttributeAPI/tests/ESMF_AttributeFieldUTest.F90
src/Superstructure/AttributeAPI/tests/ESMF_AttributeGridCompUTest.F90
src/Superstructure/AttributeAPI/tests/ESMF_AttributeGridUTest.F90
src/Superstructure/AttributeAPI/tests/ESMF_AttributeLocStreamUTest.F90
src/Superstructure/AttributeAPI/tests/ESMF_AttributeSciCompUTest.F90
src/Superstructure/AttributeAPI/tests/ESMF_AttributeStateUTest.F90
src/Superstructure/State/src/ESMF_StateAPI.F90
src/Superstructure/State/src/ESMF_StateInternals.F90
src/Superstructure/State/src/ESMF_StateRemRep.F90
# temporary files generated in src/doc when docs are built #
############################################################
src/doc/ESMC.bib
src/doc/ESMC_crefdoc.aux
src/doc/ESMC_crefdoc.bbl
src/doc/ESMC_crefdoc.blg
src/doc/ESMC_crefdoc.dvi
src/doc/ESMC_crefdoc.tex
src/doc/ESMC_crefdoc.tex.ORIG
src/doc/ESMC_crefdoc.toc
src/doc/ESMF.bib
src/doc/ESMF_refdoc.aux
src/doc/ESMF_refdoc.bbl
src/doc/ESMF_refdoc.blg
src/doc/ESMF_refdoc.dvi
src/doc/ESMF_refdoc.tex
src/doc/ESMF_refdoc.tex.ORIG
src/doc/ESMF_refdoc.toc
src/doc/ESMF_usrdoc.aux
src/doc/ESMF_usrdoc.bbl
src/doc/ESMF_usrdoc.blg
src/doc/ESMF_usrdoc.dvi
src/doc/ESMF_usrdoc.tex
src/doc/ESMF_usrdoc.tex.ORIG
src/doc/ESMF_usrdoc.toc
src/doc/.latex2html-init
# special test files that cannot be cleaned after build #
############################################################
src/system_tests/ESMF_ArrayRedistMPMD/ESMF_ArrayRedistSTestA.o
src/system_tests/ESMF_ArrayRedistMPMD/ESMF_ArrayRedistSTestB.o
src/system_tests/ESMF_ArrayRedistMPMD/user_coupler.mod
src/system_tests/ESMF_ArrayRedistMPMD/user_coupler.o
src/system_tests/ESMF_ArrayRedistMPMD/user_model1.mod
src/system_tests/ESMF_ArrayRedistMPMD/user_model1.o
src/system_tests/ESMF_ArrayRedistMPMD/user_model2.mod
src/system_tests/ESMF_ArrayRedistMPMD/user_model2.o
src/Infrastructure/Trace/preload/preload.o
src/Infrastructure/Trace/preload/preload_io.o
src/Infrastructure/Trace/preload/preload_mpi.o
src/Infrastructure/Trace/preload/wrappers.o
src/Infrastructure/Trace/preload/wrappers_io.o
src/Infrastructure/Trace/preload/wrappers_mpi.o
###############################################################################
# CMake
###############################################################################
*/cmake-build-debug/*
###############################################################################
# ESMPy
###############################################################################
*.pyc
*/__pychache__/*
###############################################################################
# IntelliJ
###############################################################################
*.idea