summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2014-02-16 12:41:41 +0000
committerSimon Sapin <simon.sapin@exyr.org>2014-02-16 12:41:41 +0000
commit3a66548979e38a4687870816c0d79e7bd1bb67db (patch)
treeca978bb761c8c8c5ae21959e0677633972368be4 /.gitignore
parent6fe775e2b5eaa77dd49c1d9a234c67d52e5f9087 (diff)
downloadrust-3a66548979e38a4687870816c0d79e7bd1bb67db.tar.gz
Ignore /build even if it’s a symlink.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 2fa5de27495..a72ba1be0df 100644
--- a/.gitignore
+++ b/.gitignore
@@ -60,7 +60,7 @@ config.mk
/rt/
/rustllvm/
/test/
-/build/
+/build
/inst/
/mingw-build/
src/.DS_Store