This website works better with JavaScript.
Home
Help
Sign In
jackaudio
/
jack1
mirror of
https://github.com/jackaudio/jack1
Watch
1
Star
0
Fork
0
Code
Releases
19
Activity
Browse Source
Remove old .cvsignore file
pull/116/head
falkTX
4 years ago
parent
a83375807d
commit
3010bfb68d
2 changed files
with
1 additions
and
21 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-21
.cvsignore
+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}," \
Write
Preview
Loading…
Cancel
Save