aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorChristian Edward Gruber <cgruber@google.com>2014-03-31 11:33:19 -0700
committerChristian Edward Gruber <cgruber@google.com>2014-03-31 11:33:19 -0700
commitaf07a48146d0a71279d833c20faaeb49f0792d19 (patch)
tree8c999115678989e5ec4b3705d90a91b6658fdd5d /.gitignore
parenta78c488ea5768d23815b95adad11f11fd35f61af (diff)
downloadguice-af07a48146d0a71279d833c20faaeb49f0792d19.tar.gz
Unbreak MOE by adding a .gitignore to extensions (suppressing build/ folders under it) and narrowing the exclusion of bduild folders in the root to just at the root. This lets /lib/build exist and be used, including by MOE.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index f4ceeb74..2507017a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
-build/
+/build/
target/
bin/
.project