Files
dpkg/.gitignore
Guillem Jover 93a8d74235 build: Switch to use libtool for the static libraries
This makes it possible to embed libcompat inside libdpkg, so that the
static library that we ship is self contained with the required
compatibility code, specifically the MD5 functions.

This also prepares the build system for when we start building a
shared library, although it disables it by default.

Closes: #746122
2014-05-17 09:29:09 +02:00

32 lines
261 B
Plaintext

# Inherited ignores
*.a
*.o
*.lo
*.la
*.so
*.gcno
*.gcda
*.gcov
*.lcov
*.log
*.trs
*~
.*.swp
.deps/
.libs/
Makefile
Makefile.in
# Top dir ignores
autom4te.cache/
build-aux/
build-tree/
ABOUT-NLS
ChangeLog
INSTALL
configure
config.*
libtool
aclocal.m4
stamp-h1