Skip to content

Commit

Permalink
Clean before create PR and improve .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
celinval committed Apr 18, 2024
1 parent bab168e commit c79b8dc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/toolchain-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
GH_TOKEN: ${{ github.token }}
run: |
source scripts/toolchain_update.sh
- name: Clean untracked files
run: git clean -f

- name: Create Pull Request
if: ${{ env.next_step == 'create_pr' }}
uses: peter-evans/create-pull-request@v6
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ no_llvm_build
/tmp/
# Created by default with `src/ci/docker/run.sh`
/obj/
# Created by kani-compiler
*.rlib
*.rmeta
*.mir

## Temporary files
*~
Expand Down

0 comments on commit c79b8dc

Please sign in to comment.