From 4030ff79b126175c2ca160d1d9db8a9020636671 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 --- llvm/.gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 llvm/.gitignore diff --git a/llvm/.gitignore b/llvm/.gitignore new file mode 100644 index 000000000000..99c2798f48da --- /dev/null +++ b/llvm/.gitignore @@ -0,0 +1,3 @@ +tools/clang + +*.pyc