Remove test/results from repo

This commit is contained in:
Javier Goizueta
2016-02-15 18:43:58 +01:00
parent b3c782b2e9
commit 77086a1ec4
3 changed files with 1 additions and 10 deletions

1
pg/.gitignore vendored
View File

@@ -1,3 +1,4 @@
dist/
test/regression.diffs
test/regression.out
test/results

View File

@@ -1,4 +0,0 @@
-- Install dependencies
CREATE EXTENSION plpythonu;
-- Install the extension
CREATE EXTENSION crankshaft;

View File

@@ -1,6 +0,0 @@
SELECT cdb_crankshaft.cdb_poc_xyz();
cdb_poc_xyz
-------------
xyz-result
(1 row)