Add .lst files to .gitignore
This commit is contained in:
parent
e6509bdd2b
commit
786c1fce03
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -3,6 +3,7 @@
|
||||||
libvibe_core.a
|
libvibe_core.a
|
||||||
vibe-core-test-*
|
vibe-core-test-*
|
||||||
*.exe
|
*.exe
|
||||||
|
*.lst
|
||||||
*.obj
|
*.obj
|
||||||
*.sln
|
*.sln
|
||||||
dub.selections.json
|
dub.selections.json
|
||||||
|
|
|
@ -26,11 +26,11 @@ matrix:
|
||||||
- d: dmd-beta
|
- d: dmd-beta
|
||||||
include:
|
include:
|
||||||
- d: dmd
|
- d: dmd
|
||||||
CONFIG="select" DUB_FLAGS="--build unittest-cov --build-mode=singleFile"
|
env: CONFIG='select' DUB_FLAGS='--build unittest-cov --build-mode=singleFile'
|
||||||
- d: dmd
|
- d: dmd
|
||||||
CONFIG="epoll" DUB_FLAGS"--build unittest-cov --build-mode=singleFile"
|
env: CONFIG='select' DUB_FLAGS='--build unittest-cov --build-mode=singleFile'
|
||||||
- d: dmd
|
- d: dmd
|
||||||
CONFIG="libasync" DUB_FLAGS="--build unittest-cov --build-mode=singleFile"
|
env: CONFIG='select' DUB_FLAGS='--build unittest-cov --build-mode=singleFile'
|
||||||
|
|
||||||
script: ./travis-ci.sh
|
script: ./travis-ci.sh
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue