summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2011-11-15 18:34:57 +0000
committerDaniel Dunbar <daniel@zuster.org>2011-11-15 18:34:57 +0000
commit5a29e55a127b40784e156bfcb1447c705d198aa1 (patch)
tree70957c3704e6acceaf0b6a102877f10df4815e56
parent2f629c899221e814bff9d081a916638d2351d6e7 (diff)
downloadbcm5719-llvm-5a29e55a127b40784e156bfcb1447c705d198aa1.tar.gz
bcm5719-llvm-5a29e55a127b40784e156bfcb1447c705d198aa1.zip
git: Tweak .gitignore to ignore defined platform build directories.
- We should probably sink the platform build dirs into a common top-level dir. llvm-svn: 144662
-rw-r--r--compiler-rt/.gitignore6
1 files changed, 3 insertions, 3 deletions
diff --git a/compiler-rt/.gitignore b/compiler-rt/.gitignore
index 8f999598554..7c534314923 100644
--- a/compiler-rt/.gitignore
+++ b/compiler-rt/.gitignore
@@ -1,4 +1,4 @@
*~
-Debug
-Release
-Profile
+darwin_fat
+clang_darwin
+multi_arch
OpenPOWER on IntegriCloud