Index: third_party/lit/MANIFEST.in |
diff --git a/third_party/lit/MANIFEST.in b/third_party/lit/MANIFEST.in |
new file mode 100644 |
index 0000000000000000000000000000000000000000..7a732b384d666c5e3037a6e3aa2d2a795d554a53 |
--- /dev/null |
+++ b/third_party/lit/MANIFEST.in |
@@ -0,0 +1,9 @@ |
+include TODO lit.py |
+recursive-include tests * |
+recursive-include examples * |
+global-exclude *pyc |
+global-exclude *~ |
+prune tests/Output |
+prune tests/*/Output |
+prune tests/*/*/Output |
+prune tests/*/*/*/Output |