Skip to content
This repository was archived by the owner on May 21, 2019. It is now read-only.

Commit bacb723

Browse files
committed
git: Tweak .gitignore to ignore defined platform build directories.
- We should probably sink the platform build dirs into a common top-level dir. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@144662 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent d692114 commit bacb723

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
*~
2-
Debug
3-
Release
4-
Profile
2+
darwin_fat
3+
clang_darwin
4+
multi_arch

0 commit comments

Comments
 (0)