We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3e1e082 + 8ef7b62 commit 90a3e9cCopy full SHA for 90a3e9c
ci/.gitignore
@@ -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
@@ -22,6 +22,7 @@ fi
22
# Additional files to include
23
include=(
24
"ci/fpm.toml"
25
+ "ci/.gitignore"
26
"LICENSE"
27
"VERSION"
28
)
0 commit comments