Skip to content

Commit

Permalink
Merge pull request kokkos#7209 from dalg24/git-attributes-export-ignore
Browse files Browse the repository at this point in the history
Do not add CI and other tools configuration files to archive files
  • Loading branch information
dalg24 authored Aug 9, 2024
2 parents 13da43e + c7a7ee3 commit 42e0d41
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.clang* export-ignore
.git* export-ignore
.jenkins* export-ignore
.appveyor.yml export-ignore
.*gitlab-ci.yml export-ignore
scripts/ export-ignore

0 comments on commit 42e0d41

Please sign in to comment.