[llvm-commits] [compiler-rt] r144662 - /compiler-rt/trunk/.gitignore

Daniel Dunbar daniel at zuster.org
Tue Nov 15 10:34:57 PST 2011


Author: ddunbar
Date: Tue Nov 15 12:34:57 2011
New Revision: 144662

URL: http://llvm.org/viewvc/llvm-project?rev=144662&view=rev
Log:
git: Tweak .gitignore to ignore defined platform build directories.
 - We should probably sink the platform build dirs into a common top-level dir.

Modified:
    compiler-rt/trunk/.gitignore

Modified: compiler-rt/trunk/.gitignore
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/.gitignore?rev=144662&r1=144661&r2=144662&view=diff
==============================================================================
--- compiler-rt/trunk/.gitignore (original)
+++ compiler-rt/trunk/.gitignore Tue Nov 15 12:34:57 2011
@@ -1,4 +1,4 @@
 *~
-Debug
-Release
-Profile
+darwin_fat
+clang_darwin
+multi_arch





More information about the llvm-commits mailing list