From 3383ca0ebcea45e0d7b7f2f44b27ce5599548d63 Mon Sep 17 00:00:00 2001 From: Tor-Einar Skog <tor-einar.skog@nibio.no> Date: Wed, 13 Mar 2019 14:12:50 +0100 Subject: [PATCH] Ignoring *~ files --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9cab156..19c1eca 100755 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ target/ classes/ jbossmodule/ -/nbproject/ \ No newline at end of file +/nbproject/ +*~ -- GitLab