From b29b20e7deb7297f6a10b2d6922feeca8c6df055 Mon Sep 17 00:00:00 2001 From: "Michael J. Spencer" Date: Thu, 16 Dec 2010 03:25:38 +0000 Subject: [PATCH] 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 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000000..99c2798f48d --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +tools/clang + +*.pyc -- 2.34.1