diff options
author | Daniel Dunbar <daniel@zuster.org> | 2011-11-15 18:34:57 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2011-11-15 18:34:57 +0000 |
commit | 5a29e55a127b40784e156bfcb1447c705d198aa1 (patch) | |
tree | 70957c3704e6acceaf0b6a102877f10df4815e56 | |
parent | 2f629c899221e814bff9d081a916638d2351d6e7 (diff) | |
download | bcm5719-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/.gitignore | 6 |
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 |