Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
.gitignore: Extend list of exclusions for Git
· 46bf5a4f
Rafael Laboissière
authored
Jun 07, 2018
Gbp-Dch: Ignore
46bf5a4f
d/t/run-tests: Do not exclude unit test ba-da-continuum.praat
· f27d67b4
Rafael Laboissière
authored
Jun 07, 2018
f27d67b4
Show whitespace changes
Inline
Side-by-side
.gitignore
View file @
f27d67b4
...
...
@@ -8,3 +8,10 @@
/debian/praat/
/debian/debhelper-build-stamp
/debian/.debhelper/
*.o
*.a
/makefile.defs
/praat
/praat_nogui
/sendpraat
/*.1
debian/tests/run-tests
View file @
f27d67b4
...
...
@@ -72,7 +72,6 @@ for f in $(ls *.praat) ; do
## or that crash on unstable as on 2018-01-27
## (see Bug#887685 and Bug#889703).
if
[
$f
!=
runAllTests.praat
\
-a
$f
!=
ba-da-continuum.praat
\
-a
$f
!=
speechsynthesizer_test.praat
\
-a
$f
!=
test_bss_twoSoundsMixed.praat
\
-a
$f
!=
test_sigma_ellipse.praat
\
...
...