diff options
author | Reuben Thomas <rrt@sc3d.org> | 2020-07-29 16:30:19 +0100 |
---|---|---|
committer | Reuben Thomas <rrt@sc3d.org> | 2020-07-29 20:44:37 +0100 |
commit | 7e8fa6eba1d6717f954a7e4397a658999f54fe98 (patch) | |
tree | d8f1b7da4659727596dde60fabde12b91fc73fd6 /build-aux/.gitignore | |
parent | 583e9e8a408536be6db0a9d217ba5c5217bc78f9 (diff) | |
download | enchant-7e8fa6eba1d6717f954a7e4397a658999f54fe98.tar.gz |
Travis: update .travis.yml
Fix warnings and an error, use build-aux/travis-build.sh to support building
with ASAN properly.
Get brew packages using Travis config, not from command line.
Use default version of osx.
Diffstat (limited to 'build-aux/.gitignore')
-rw-r--r-- | build-aux/.gitignore | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/build-aux/.gitignore b/build-aux/.gitignore new file mode 100644 index 0000000..9d4ab69 --- /dev/null +++ b/build-aux/.gitignore @@ -0,0 +1,15 @@ +/bootstrap.in +/compile +/config.guess +/config.sub +/depcomp +/extract-trace +/funclib.sh +/inline-source +/install-sh +/ltmain.sh +/mdate-sh +/missing +/options-parser +/test-driver +/texinfo.tex |