From 2def00d4c9007ecb3ac86b59a5e2b5dc38882ca2 Mon Sep 17 00:00:00 2001 From: Stan Moore <stamoor@sandia.gov> Date: Wed, 10 Oct 2018 14:18:00 -0600 Subject: [PATCH] Add missing files to .gitignore --- src/.gitignore | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/.gitignore b/src/.gitignore index 5699a87089..4f517af3af 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -269,6 +269,8 @@ /compute_dpd.h /compute_dpd_atom.cpp /compute_dpd_atom.h +/compute_entropy_atom.cpp +/compute_entropy_atom.h /compute_erotate_asphere.cpp /compute_erotate_asphere.h /compute_erotate_rigid.cpp @@ -311,8 +313,8 @@ /compute_spec_atom.h /compute_stress_mop.cpp /compute_stress_mop.h -/compute_stress_mop.profile.cpp -/compute_stress_mop.profile.h +/compute_stress_mop_profile.cpp +/compute_stress_mop_profile.h /compute_stress_tally.cpp /compute_stress_tally.h /compute_temp_asphere.cpp @@ -746,6 +748,8 @@ /pair_eam_cd.h /pair_eam_fs.cpp /pair_eam_fs.h +/pair_lj_expand_coul_long.cpp +/pair_lj_expand_coul_long.h /pair_edip.cpp /pair_edip.h /pair_edip_multi.cpp -- GitLab