From c9817b0db99a36c9264c1e444b03573dade2d092 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer <akohlmey@gmail.com> Date: Tue, 8 May 2018 00:33:27 -0400 Subject: [PATCH] update src/.gitignore --- src/.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/.gitignore b/src/.gitignore index 1ff66859e8..3e06a33580 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -272,6 +272,8 @@ /compute_pe_tally.h /compute_plasticity_atom.cpp /compute_plasticity_atom.h +/compute_pressure_bocs.cpp +/compute_pressure_bocs.h /compute_pressure_grem.cpp /compute_pressure_grem.h /compute_rigid_local.cpp @@ -370,6 +372,8 @@ /fix_atc.h /fix_ave_correlate_long.cpp /fix_ave_correlate_long.h +/fix_bocs.cpp +/fix_bocs.h /fix_bond_break.cpp /fix_bond_break.h /fix_bond_create.cpp -- GitLab