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 | 4030ff79b126175c2ca160d1d9db8a9020636671 (patch) | |
| tree | 7ae111841627f34594be08ebb4de477d5e455bbb | |
| parent | 4f75c691a54a269c9d58195a7e252e2e84ec2c41 (diff) | |
| download | bcm5719-llvm-4030ff79b126175c2ca160d1d9db8a9020636671.tar.gz bcm5719-llvm-4030ff79b126175c2ca160d1d9db8a9020636671.zip | |
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
| -rw-r--r-- | llvm/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/.gitignore b/llvm/.gitignore new file mode 100644 index 00000000000..99c2798f48d --- /dev/null +++ b/llvm/.gitignore @@ -0,0 +1,3 @@ +tools/clang + +*.pyc |

