From: Graham Conzett Date: Mon, 30 Jul 2012 18:10:01 +0000 (-0400) Subject: Add 'dist' directory to .gitignore X-Git-Tag: v2.1.0~2^2~112^2^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4229%2Fhead;p=thirdparty%2Fbootstrap.git Add 'dist' directory to .gitignore Allows you to keep a 'dist' directory in the repository as a target build location. This can be useful if you have bootstrap as a submodule in a project and want to build it, but still keep it self-contained. Similar to how jQuery does their default builds: https://github.com/jquery/jquery/#how-to-build-your-own-jquery --- diff --git a/.gitignore b/.gitignore index 2b1ffbfeb8..3b10ffb384 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,4 @@ nbproject .CVS .idea node_modules +dist