commit | df871b02dc8db9b3be470e15c4a49b276884d27a | [log] [tgz] |
---|---|---|
author | Sean Callanan <scallanan@apple.com> | Tue Feb 07 21:53:52 2012 +0000 |
committer | Sean Callanan <scallanan@apple.com> | Tue Feb 07 21:53:52 2012 +0000 |
tree | 2d6e1b957bef01dfc2666e2dcdde817e536fde58 | |
parent | 361c0f849dfdd66ea5b5cbf3010d95a0882f269e [diff] [blame] |
Added a .gitignore so that "git status" isn't quite as busy. git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@150005 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d46309e --- /dev/null +++ b/.gitignore
@@ -0,0 +1,7 @@ +*.pyc +build/ +llvm/ +llvm-build/ +*xcuserdata +test/20* +source/LLDBWrapPython.cpp