2
0
mirror of https://github.com/vasi/pixz synced 2024-11-18 15:26:46 +00:00
pixz/.gitignore
Christian Krause bc9a3b8d5a complete autotools build
- `__APPLE__` vs `__OS2__` - does this actually work? Would some please test on apple and give feedback?
- pthread via `AX_PTHREAD`
- version via `PACKAGE_VERSION` in `config.h`
- large file support via `AC_SYS_LARGEFILE`
2015-08-07 11:33:37 +02:00

41 lines
435 B
Plaintext

# created by autoscan
/autom4te.cache
/autoscan.log
/configure.scan
# created by autoreconf -fi (includes autoconf, automake, libtool)
Makefile.in
/aclocal.m4
/autom4te.cache
/compile
/config.guess
/config.h.in*
/config.sub
/configure
/depcomp
/install-sh
/ltmain.sh
/missing
# created by configure
Makefile
/config.h
/config.log
/config.status
/libtool
/stamp-h1
.deps
# created by make
*.la
*.lo
*.o
.libs
pixz
pixz.1
*.tar.*