From ed4548f6e52116782214c97752611a6da77b2525 Mon Sep 17 00:00:00 2001 From: Bukkit/Spigot Date: Fri, 21 Jan 2011 00:23:47 -0800 Subject: [PATCH] Expanded .gitignore with potential build files. By: sk89q --- paper-api/.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/paper-api/.gitignore b/paper-api/.gitignore index 9c628f5f76..8c485e0205 100644 --- a/paper-api/.gitignore +++ b/paper-api/.gitignore @@ -14,3 +14,9 @@ # vim .*.sw[a-p] + +# various other potential build files +/build +/bin +/dist +/manifest.mf \ No newline at end of file