Skip to content

Commit 8ef7b62

Browse files
committed
Add .gitignore to deployment script
1 parent 3e1e082 commit 8ef7b62

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

ci/.gitignore

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Files generated by tests
2+
scratch.txt
3+
*.bin
4+
*log*.txt
5+
*test*.txt
6+
*.dat
7+
*.stream

ci/fpm-deployment.sh

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ fi
2222
# Additional files to include
2323
include=(
2424
"ci/fpm.toml"
25+
"ci/.gitignore"
2526
"LICENSE"
2627
"VERSION"
2728
)

0 commit comments

Comments
 (0)