From 0538518dbdf237c24df114af305f6cae1c2ee04a Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Mon, 16 Jun 2025 12:43:12 -0400 Subject: [PATCH] add missing entries to .gitignore --- src/.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/.gitignore b/src/.gitignore index c39dfbdfeb..002a885a84 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -1601,6 +1601,8 @@ /compute_pressure_alchemy.h /atom_vec_smd.cpp /atom_vec_smd.h +/bosonic_exchange.cpp +/bosonic_exchange.h /compute_saed.cpp /compute_saed.h /compute_saed_consts.h @@ -1657,6 +1659,8 @@ /fix_atom_swap.h /fix_ave_spatial_sphere.cpp /fix_ave_spatial_sphere.h +/fix_ave_momentum.cpp +/fix_ave_momentum.h /fix_drude.cpp /fix_drude.h /fix_drude_transform.cpp