mirror of https://github.com/citusdata/citus.git
52 lines
732 B
Plaintext
52 lines
732 B
Plaintext
# Local binaries
|
|
/pg_regress
|
|
|
|
# Generated subdirectories
|
|
/tmp_check/
|
|
/tmp_upgrade/
|
|
/tmp_citus_upgrade/
|
|
/tmp_citus_tarballs/
|
|
/tmp_citus_test/
|
|
/build/
|
|
/results/
|
|
/log/
|
|
/bin/test/results/
|
|
|
|
# Regression test output
|
|
/regression.diffs
|
|
/regression.out
|
|
/test_times.log
|
|
|
|
# Regression test timing
|
|
/test_times.log
|
|
|
|
# Failure test side effets
|
|
/proxy.output
|
|
|
|
# python
|
|
*.pyc
|
|
|
|
# core dumps
|
|
core
|
|
|
|
# postgres vanilla test's outputs
|
|
constraints.sql
|
|
copy.sql
|
|
create_function_0.sql
|
|
create_function_1.sql
|
|
create_function_2.sql
|
|
largeobject.sql
|
|
misc.sql
|
|
security_label.sql
|
|
tablespace.sql
|
|
constraints.out
|
|
copy.out
|
|
create_function_0.out
|
|
create_function_1.out
|
|
create_function_2.out
|
|
largeobject.out
|
|
largeobject_1.out
|
|
misc.out
|
|
security_label.out
|
|
tablespace.out
|