summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsk89q <the.sk89q@gmail.com>2011-01-21 00:22:52 -0800
committersk89q <the.sk89q@gmail.com>2011-01-21 15:28:12 -0800
commitefdf9b8af746373105a1d4bb6e526828d6bb8122 (patch)
treeac94bd32fa1aa9a7c807445ace4b231f9c56ad85
parent5555265e9b31b9fda756d002eed69fedc80527b7 (diff)
downloadcraftbukkit-efdf9b8af746373105a1d4bb6e526828d6bb8122.tar
craftbukkit-efdf9b8af746373105a1d4bb6e526828d6bb8122.tar.gz
craftbukkit-efdf9b8af746373105a1d4bb6e526828d6bb8122.tar.lz
craftbukkit-efdf9b8af746373105a1d4bb6e526828d6bb8122.tar.xz
craftbukkit-efdf9b8af746373105a1d4bb6e526828d6bb8122.zip
Expanded .gitignore with some potential build folders and files.
-rw-r--r--.gitignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index cc7ca79f..e01e0bab 100644
--- a/.gitignore
+++ b/.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