summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2014-05-17build: Switch to use libtool for the static librariesGuillem Jover1-0/+4
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
2013-11-08build: Ignore ~ backup filesGuillem Jover1-0/+1
2013-06-03build: Ignore automake 1.13+ test suite log filesGuillem Jover1-0/+2
2011-12-13build: Reintroduce objdump pattern and tag test case data filesGuillem Jover1-0/+1
Generating these at check time causes several problems. It requires a system supporting versioned symbols and a GNU ld command line compatible linker. Those are not available for example on Mac OS X. Using libtool could have been an option to portably build the shared libraries, although that still does not provide versioned symbols where they are not available. The problem with libtool is that there's no sane way to refer to the actual built shared library on the build tree. Introduce a refresh-test-data target to be able to easily regenerate those files when needed, e.g. when the test suite changes. Reported-by: Stuart Ambler <stuart@zulazon.com>
2010-07-11build: Add optional code coverage supportGuillem Jover1-0/+4
Enable code coverage support with 'configure --enable-coverage'. Use gcov and lcov for C code coverage, and Devel::Cover and cover for Perl code coverage.
2009-09-23Rename autoconf auxiliary directory from config to build-auxGuillem Jover1-1/+1
Makes the directory name less confusing.
2009-03-15Let git ignore vim swap filesRaphael Hertzog1-0/+1
2009-03-02Switch to automatically generating the ChangeLog fileGuillem Jover1-0/+1
Keep the old ChangeLog files as ChangeLog.old, and distribute them. Automatically genereate the ChangeLog from “git log”. And update the information for translators.
2009-01-23Cleanup .gitignore filesGuillem Jover1-4/+11
Move common ignore matches to the top-level .gitignore. Force directory matching by adding a trailing /. Remove unused matches (enoent). Add missing matches (t.tmp and autom4te.cache/).
2008-03-15Revert "Add intl/ and getopt/ directories to .gitignore"Raphael Hertzog1-2/+0
This reverts commit e6164373eb4af93ecd0bebe76fb31f604a7ae649. Those directories are not supposed to exist any more, there's no need to ignore them.
2008-03-15Add intl/ and getopt/ directories to .gitignoreRaphael Hertzog1-0/+2
2008-01-21Use external gettext intl libraryGuillem Jover1-1/+0
When porting to other systems without gettext functionality, other applications might need it as well, so either use --with-libintl-prefix for a global library, or disable NLS support.
2007-03-20Update svn:ignore attributes.Guillem Jover1-1/+3
2006-06-17Set all svn:ignore.Guillem Jover1-0/+9