.gitignore


Log

Author Commit Date CI Message
Anthony Green d1eef904 2021-07-16T08:29:08 Migrate from travis-ci to github actions.
Tres Finocchiaro 84bb5691 2021-06-22T07:33:46 Remove libtool-ldflags file from .gitignore (#600) This is correct. Thank you!
Anthony Green 499e41c1 2018-03-27T14:35:10 Don't ignore a file
Anthony Green 9291f941 2018-03-13T08:37:21 Add bhaible's missing Makefile
Moritz Angermann 19ab448d 2017-05-16T08:32:06 Support -ios triple Autoconf hasn’t had an update since 2014, and it doesn’t look like it will soon[1] This updates config.{guess,sub} It adds support for e.g. `-ios`, which allows to have targets like `aarch64-apple-ios`. It basically does exactly what the config.guess script says: > It is advised that you download the most up to date version of the config scripts from The configure.ac script has been updated to relax `*-apple-darwin*` to `*-apple-*`. Similarly the `.gitignore` and `autogen.sh` needed to be updated to respect the newer `config.{sub,guess}` — [1]: http://lists.gnu.org/archive/html/autoconf/2016-07/msg00017.html
Tom Tromey e59fb55e 2016-02-22T15:51:27 remove and ignore texinfo.tex This file is provided by Automake
Russell Keith-Magee dd9e4c8d 2015-03-13T08:03:13 Added generated source file to .gitignore.
Josh Triplett 06ff9242 2014-03-16T16:19:46 .gitignore: Ignore more generated files The build process generates doc/libffi.info and fficonfig.h.in, so add them to .gitignore.
Josh Triplett 35634dbc 2014-03-15T18:11:16 Remove autogenerated files from the repository Add an autogen.sh to regenerate them.
Zachary Waldowski 821d398f 2014-01-09T13:15:06 Darwin: Merge build scripts, redo project, incl. arm64
Anthony Green 3dc3f32c 2013-12-05T16:23:25 Undo iOS ARM64 changes.
Zachary Waldowski 4d60d9e1 2013-11-30T04:09:30 Darwin: Rebuild Xcode project
Zachary Waldowski fd54eab7 2013-11-30T03:38:02 Darwin/Mac: Also exclude OS X generated source
Anthony Green cb6671f5 2013-01-02T08:56:07 Missing .gitignore changes for xcode support
Anthony Green 981c32ee 2013-01-02T07:34:03 Merge with GCC. Eliminate quilt bits.
Zachary Waldowski 39e6a586 2012-04-11T22:39:46 More mac/ios build improvements
Mike Lewis ebb8e894 2012-04-06T20:02:08 Build iOS library with xcode
Anthony Green c6dddbd0 2009-10-04T08:11:33 Initial commit