diff --git a/ci/.gitignore b/ci/.gitignore new file mode 100644 index 000000000..160063cfb --- /dev/null +++ b/ci/.gitignore @@ -0,0 +1,7 @@ +# Files generated by tests +scratch.txt +*.bin +*log*.txt +*test*.txt +*.dat +*.stream diff --git a/ci/fpm-deployment.sh b/ci/fpm-deployment.sh index 8cc1b245c..e686665b0 100644 --- a/ci/fpm-deployment.sh +++ b/ci/fpm-deployment.sh @@ -22,6 +22,7 @@ fi # Additional files to include include=( "ci/fpm.toml" + "ci/.gitignore" "LICENSE" "VERSION" )