Skip to content

Commit 00957ba

Browse files
committed
c-bindings: simplify makefile for c gen funcs
also moved _generated to the end of the file name. Signed-off-by: Howard Pritchard <howardp@lanl.gov>
1 parent cd86b87 commit 00957ba

File tree

2 files changed

+169
-589
lines changed

2 files changed

+169
-589
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ docs/html
532532
docs/man
533533

534534
# Generated C Bindings
535-
ompi/mpi/c/generated_*.c
535+
ompi/mpi/c/*_generated*.c
536536

537537
# Generated Fortran Bindings
538538
ompi/mpi/fortran/use-mpi-f08/*_generated.F90

0 commit comments

Comments
 (0)