summaryrefslogtreecommitdiffstats
path: root/lldb/.gitignore
diff options
context:
space:
mode:
authorSean Callanan <scallanan@apple.com>2012-02-07 21:53:52 +0000
committerSean Callanan <scallanan@apple.com>2012-02-07 21:53:52 +0000
commit904febc89c5324ae9e998f7bc55b148098f6f868 (patch)
tree908a98e0e859ae40a87074be1155e04e6331fab9 /lldb/.gitignore
parent8e8072d1953995e2469c487a3ded267fe94e4f7a (diff)
downloadbcm5719-llvm-904febc89c5324ae9e998f7bc55b148098f6f868.tar.gz
bcm5719-llvm-904febc89c5324ae9e998f7bc55b148098f6f868.zip
Added a .gitignore so that "git status" isn't
quite as busy. llvm-svn: 150005
Diffstat (limited to 'lldb/.gitignore')
-rw-r--r--lldb/.gitignore7
1 files changed, 7 insertions, 0 deletions
diff --git a/lldb/.gitignore b/lldb/.gitignore
new file mode 100644
index 00000000000..d46309e19ec
--- /dev/null
+++ b/lldb/.gitignore
@@ -0,0 +1,7 @@
+*.pyc
+build/
+llvm/
+llvm-build/
+*xcuserdata
+test/20*
+source/LLDBWrapPython.cpp
OpenPOWER on IntegriCloud