From 55c3d7e57cea6edbdc794094d51b6f96c3f422cf Mon Sep 17 00:00:00 2001 From: CraftBukkit/Spigot Date: Fri, 21 Jan 2011 00:22:52 -0800 Subject: [PATCH] Expanded .gitignore with some potential build folders and files. By: sk89q --- paper-server/.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/paper-server/.gitignore b/paper-server/.gitignore index cc7ca79fd0..e01e0babb1 100644 --- a/paper-server/.gitignore +++ b/paper-server/.gitignore @@ -15,4 +15,10 @@ # vim .*.sw[a-p] +# various other potential build files +/build +/bin +/dist +/manifest.mf + /world \ No newline at end of file