From 8dcf6e0b87dea6dc685e694cd723b4b4431ff7ca Mon Sep 17 00:00:00 2001 From: sk89q Date: Fri, 21 Jan 2011 00:23:47 -0800 Subject: [PATCH] Expanded .gitignore with potential build files. --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 9c628f5f..8c485e02 100644 --- a/.gitignore +++ b/.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