Skip to content

Commit bd9d7f8

Browse files
committed
.gitignore: ignore sym linked F08 profile bindings
A recent commit made the use_mpi_f08 bindings sym link into their profile directory (just like we do for C and other bindings) instead of having standalone PMPI-ized copies of the bindings. Make sure to .gitignore the sym linked files. Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
1 parent 6f2a5b9 commit bd9d7f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,9 +233,11 @@ ompi/mpi/fortran/mpif-h/profile/psizeof_f.f90
233233
ompi/mpi/fortran/use-mpi/mpi-types.F90
234234

235235
ompi/mpi/fortran/use-mpi-f08/mod/mpi-f08-constants.h
236+
ompi/mpi/fortran/use-mpi-f08/mod/mpi-f08-interfaces.h
236237
ompi/mpi/fortran/use-mpi-f08/sizeof_f08.f90
237238
ompi/mpi/fortran/use-mpi-f08/sizeof_f08.h
238239
ompi/mpi/fortran/use-mpi-f08/profile/psizeof_f08.f90
240+
ompi/mpi/fortran/use-mpi-f08/profile/*.F90
239241

240242
ompi/mpi/fortran/use-mpi-ignore-tkr/mpi-ignore-tkr-interfaces.h
241243
ompi/mpi/fortran/use-mpi-ignore-tkr/mpi-ignore-tkr-file-interfaces.h

0 commit comments

Comments
 (0)