Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update .gitignore rules for generated example code (for #2479) #2480

Merged
merged 5 commits into from
Jan 23, 2024
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions examples/lfric/eg14/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ example_openacc
main_alg.f90
main_psy.f90
testkern_w0_kernel_0_mod.f90
other_alg_mod_alg.f90
other_alg_mod_psy.f90
10 changes: 10 additions & 0 deletions examples/psyad/lfric/adjoint/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
adj_combine_w2_field_kernel_mod.F90
adj_dg_matrix_vector_kernel_mod.F90
adj_hydrostatic_kernel_mod.F90
adj_moist_dyn_mass_kernel_mod.F90
adj_sample_flux_kernel_mod.F90
adj_split_w2_field_kernel_mod.F90
adj_tracer_viscosity_kernel_mod.F90
adj_transpose_matrix_vector_kernel_mod.F90
adj_w2_to_w1_projection_kernel_mod.F90
adj_w3_advective_update_kernel_mod.F90
1 change: 1 addition & 0 deletions examples/psyad/lfric/adjoint_partial/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.F90
Loading