Skip to content

Commit 90a3e9c

Browse files
authored
Merge pull request #769 from fortran-lang/add-gitignore-to-stdlib-fpm
Add `.gitignore` to `stdlib-fpm`
2 parents 3e1e082 + 8ef7b62 commit 90a3e9c

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

ci/.gitignore

Lines changed: 7 additions & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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)