mirror of
https://github.com/yaobinwen/dpkg.git
synced 2026-01-12 08:20:35 +00:00
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
32 lines
261 B
Plaintext
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
|