From bdf73f7adb5c449c5e607746e26fe84d5d6e28e9 Mon Sep 17 00:00:00 2001
From: Axel Kohlmeyer <akohlmey@gmail.com>
Date: Tue, 6 Nov 2018 22:07:35 -0500
Subject: [PATCH] ignore USER-SDPD files when installed

---
 src/.gitignore | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/.gitignore b/src/.gitignore
index 4f517af3af..f85e8eb86c 100644
--- a/src/.gitignore
+++ b/src/.gitignore
@@ -485,6 +485,8 @@
 /fix_load_report.h
 /fix_meso.cpp
 /fix_meso.h
+/fix_meso_move.cpp
+/fix_meso_move.h
 /fix_meso_stationary.cpp
 /fix_meso_stationary.h
 /fix_mscg.cpp
@@ -573,6 +575,8 @@
 /fix_rhok.h
 /fix_rigid.cpp
 /fix_rigid.h
+/fix_rigid_meso.cpp
+/fix_rigid_meso.h
 /fix_rigid_nh.cpp
 /fix_rigid_nh.h
 /fix_rigid_nph.cpp
@@ -901,6 +905,8 @@
 /pair_rebo.h
 /pair_resquared.cpp
 /pair_resquared.h
+/pair_sdpd_taitwater_isothermal.cpp
+/pair_sdpd_taitwater_isothermal.h
 /pair_sph_heatconduction.cpp
 /pair_sph_heatconduction.h
 /pair_sph_idealgas.cpp
-- 
GitLab