Skip to content

Commit 507c668

Browse files
authored
Merge pull request #677 from libtom/some-improvements
Some improvements
2 parents 1764254 + 88dcebd commit 507c668

25 files changed

+584
-276
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ on:
1212
- develop
1313
- /^release\/.*$/
1414

15+
concurrency:
16+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
17+
cancel-in-progress: true
18+
1519
jobs:
1620
Docs:
1721
runs-on: ubuntu-20.04

.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,13 @@ doc/crypt.pdf
2222
doc/refman.pdf
2323

2424
# *nix/windows test executables
25+
ltc-*
2526
aesgcm
2627
aesgcm.exe
2728
constants
2829
constants.exe
29-
ltcrypt
30-
ltcrypt.exe
30+
crypt
31+
crypt.exe
3132
hashsum
3233
hashsum.exe
3334
multi

0 commit comments

Comments
 (0)