diff options
| author | William A. Kennington III <wak@google.com> | 2019-04-26 18:11:11 -0700 |
|---|---|---|
| committer | William A. Kennington III <wak@google.com> | 2019-04-26 18:24:27 -0700 |
| commit | 8f1700e7ab886ed602c371265ff2c653a2deb485 (patch) | |
| tree | 00c8f7ef61c5e048879f77b8cfe0aa9e1c5f2277 /.gitignore | |
| parent | 97e394714ec7e88b13b2675c859c1ef56771ad24 (diff) | |
| download | stdplus-8f1700e7ab886ed602c371265ff2c653a2deb485.tar.gz stdplus-8f1700e7ab886ed602c371265ff2c653a2deb485.zip | |
autotools: Remove
Meson is now used to build this package in all of the necessary places.
Change-Id: I704d5cdd51129d8dc56c6a2456792846a3711778
Signed-off-by: William A. Kennington III <wak@google.com>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/.gitignore b/.gitignore deleted file mode 100644 index b7f492b..0000000 --- a/.gitignore +++ /dev/null @@ -1,47 +0,0 @@ -# Test suite logs -*.log - -# Code Coverage -*.gcda -*.gcno -*.trs -*-coverage* - -# CC / CXX Compiler -*.ii -*.i -*.o -*.s - -# Libtool -*.la -*.lo - -# Autotools -.deps -.dirstamp -.libs -/aclocal.m4 -/autom4te.cache -/build-aux -/confdefs.h -/config.h -/config.h.in -/config.h.in~ -/config.log -/config.status -/configure -/m4 -/libtool -Makefile -Makefile.in -/stamp-h1 - -# Custom generated files -/src/stdplus.pc - -# Output binaries -/test/handle/copyable -/test/handle/managed -/test/signal -/test/util/cexec |

