From: Michael J. Spencer Date: Thu, 16 Dec 2010 03:25:38 +0000 (+0000) Subject: Add .gitignore. I chose not to dump the svn ignore list into this because most X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b29b20e7deb7297f6a10b2d6922feeca8c6df055;p=oota-llvm.git Add .gitignore. I chose not to dump the svn ignore list into this because most of the entries there are useless for out of source builds. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121955 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000000..99c2798f48d --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +tools/clang + +*.pyc