diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2013-09-06 08:38:02 -0700 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2013-09-06 08:38:02 -0700 |
| commit | a91799a30c79ebbf0e5d9cad35362b4960c030fb (patch) | |
| tree | 4090ccc3bb4fa7c058c89e5a0c338c9506f9ed00 | |
| parent | 32838a5beb29fe4f23fa7881e6535b1b7384d39c (diff) | |
| parent | f0d9b529a995c147c919113738a4c09082087593 (diff) | |
Merge pull request #1557 from garrypolley/remove-build-address
Added /build/ to .gitignore, so it doesn't accidentally get committed
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e95542e3ec..71295f75e0 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ docs/_build/ docs/locale/ tests/coverage_html/ tests/.coverage +build/ |
