mirror of https://github.com/citusdata/citus.git
Merge pull request #1357 from citusdata/fix_gitignore
Add missing regression test output files to .gitignorepull/1376/head
commit
8dab40da69
|
@ -5,3 +5,7 @@
|
||||||
/tmp_check/
|
/tmp_check/
|
||||||
/results/
|
/results/
|
||||||
/log/
|
/log/
|
||||||
|
|
||||||
|
# Regression test output
|
||||||
|
/regression.diffs
|
||||||
|
/regression.out
|
||||||
|
|
Loading…
Reference in New Issue