diff options
author | Michael J. Spencer <bigcheesegs@gmail.com> | 2010-12-16 03:25:38 +0000 |
---|---|---|
committer | Michael J. Spencer <bigcheesegs@gmail.com> | 2010-12-16 03:25:38 +0000 |
commit | b29b20e7deb7297f6a10b2d6922feeca8c6df055 (patch) | |
tree | 9a0f51331f38e38d2a59a81d289ce2dd75789abc /.gitignore | |
parent | 2761fc427082215c2affcc9d8db8491400bc9e5d (diff) |
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
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..99c2798f48 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +tools/clang + +*.pyc |