From fc6f7ab8c7507a23cf01293b7f9dec4e058172c9 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. llvm-svn: 121955 --- .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