Skip to content

Commit

Permalink
Add .gitattributes (AU-COBRA#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
4ever2 authored Mar 11, 2023
1 parent 7998f3f commit 90cece8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
* text=auto

*.rs text linguist-language=rust
*.toml text linguist-language=toml

*.v text linguist-language=coq
*.ml* text linguist-language=OCaml

CoqMakefile.local text linguist-language=Makefile
*.mligo text linguist-language=CameLIGO
*.elm text linguist-language=elm
*.liq text linguist-language=Liquidity
*.midlang text linguist-language=MidLang
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ jobs:
run: |
cp LICENSE extraction/tests/extracted-code/LICENSE
cp extra/extraction-results.md extraction/tests/extracted-code/README.md
cp .gitattributes extraction/tests/extracted-code/.gitattributes
find extraction/tests/extracted-code -name 'placeholder' -delete
find extraction/tests/extracted-code/rust-extract -name '*.main' -delete
- name: Push to the extraction results repository
Expand Down

0 comments on commit 90cece8

Please sign in to comment.