From b01bcb4e17698365e7fb0f398e3b4d4bd995e419 Mon Sep 17 00:00:00 2001 From: Zach Brown <1254957+zachbr@users.noreply.github.com> Date: Wed, 6 Aug 2014 17:58:23 -0500 Subject: [PATCH] Add linux temp files (*~) to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 2b7c3a6f4a..c101ffb154 100644 --- a/.gitignore +++ b/.gitignore @@ -32,6 +32,9 @@ manifest.mf *.iws .idea/ +# Linux temp files +*~ + # other stuff Spigot-API Spigot-Server