Browse Source

Remove old .cvsignore file

pull/116/head
falkTX 4 years ago
parent
commit
3010bfb68d
2 changed files with 1 additions and 21 deletions
  1. +0
    -21
      .cvsignore
  2. +1
    -0
      .github/workflows/build.yml

+ 0
- 21
.cvsignore View File

@@ -1,21 +0,0 @@
*.desc
*.pc
*.tar.gz
*diff
*diffs
.deps
Makefile
Makefile.in
aclocal.m4
autom4te.cache
config.cache
config.h
config.h.in
config.log
config.status
configure
jack.spec
libtool
stamp-h
stamp-h.in
stamp-h1

+ 1
- 0
.github/workflows/build.yml View File

@@ -20,6 +20,7 @@ jobs:
./autogen.sh
autoreconf -fiv
rm -rf autom4te.cache
rm -f config.h.in~
tar -c -z \
--exclude=".git*" \
--transform="s,^\.,${ARCHIVE_BASENAME}," \


Loading…
Cancel
Save