Skip to content

Commit

Permalink
Merge pull request #677 from libtom/some-improvements
Browse files Browse the repository at this point in the history
Some improvements
  • Loading branch information
sjaeckel authored Dec 5, 2024
2 parents 1764254 + 88dcebd commit 507c668
Show file tree
Hide file tree
Showing 25 changed files with 584 additions and 276 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ on:
- develop
- /^release\/.*$/

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
Docs:
runs-on: ubuntu-20.04
Expand Down
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@ doc/crypt.pdf
doc/refman.pdf

# *nix/windows test executables
ltc-*
aesgcm
aesgcm.exe
constants
constants.exe
ltcrypt
ltcrypt.exe
crypt
crypt.exe
hashsum
hashsum.exe
multi
Expand Down
Loading

0 comments on commit 507c668

Please sign in to comment.