From e7598eeec003571b03f86adfeb9abc0f46f13b31 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Fri, 11 May 2018 16:17:00 -0400 Subject: [PATCH] ignore new style sources in USER-MSIC --- src/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/.gitignore b/src/.gitignore index 3e06a33580..3ae05079d2 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -324,6 +324,8 @@ /dihedral_spherical.h /dihedral_table.cpp /dihedral_table.h +/dihedral_table_cut.cpp +/dihedral_table_cut.h /dump_atom_gz.cpp /dump_atom_gz.h /dump_xyz_gz.cpp