summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* ensure built en-manpages are ignored by gitDavid Kalnischkies2016-01-141-0/+1
| | | | | | | Seems like the interaction between wildcards and exemptions has changed slightly, so be positively more explicit about our ignoring of en. Git-Dch: Ignore
* be able to run abicheck from any directoryDavid Kalnischkies2014-04-111-0/+6
| | | | Git-Dch: Ignore
* add debian/apt.install to gitignoreMichael Vogt2014-03-141-0/+1
|
* autogenerate makefile for vendor systemDavid Kalnischkies2014-03-131-2/+2
| | | | | | It can be useful to have a whole makefile available for vendor setup, but by providing a basic one we can deal with the simple cases more easily (and changes to the system are presumably easier).
* add "apt full-upgrade" and tweak "apt upgrade"Michael Vogt2014-01-241-0/+1
| | | | | | | | There is a new "apt full-upgrade" that performs a apt-get dist-upgrade. "apt dist-upgrade" is still supported as a alias. The "apt upgrade" code is changed so that it mirrors the behavior of "apt-get upgrade --with-new-pkgs" and also honors "apt uprade --no-new-pkgs".
* generate apt-key script with vendor info about keysDavid Kalnischkies2013-12-011-0/+1
| | | | | | | The apt-key script uses quiet a few keyring files for operation which are specific to the distribution it is build on and is hence one of the most patched parts – even if it is not that often used anymore now that a fragment directory for trusted.gpg exists.
* add a vendor specific file to have configurable entitiesDavid Kalnischkies2013-11-301-0/+1
| | | | | | | manpages sometimes refer to distro-specific things like the name of the package providing the achive-keyring. Having a central place to configure this helps in having it consistent in the manpages and allows to load this info from other places in the buildsystem as well later.
* introduce a vendor system to change sources.listDavid Kalnischkies2013-11-301-0/+3
| | | | | | | | Many derivatives make quiet a few simple changes to apt introducing silly diffs just to change examples and co making it harder for them to update apt and harder for us to merge real changes back. First stop: doc/examples/sources.list
* build the en manpages in subdirectory doc/enDavid Kalnischkies2013-06-091-0/+1
| | | | | Building manpages becames more consistent this way and it is simpler to ignore build artefacts, too.
* streamline .gitignore furtherDavid Kalnischkies2013-06-091-30/+36
| | | | | | | adding some comments, regrouping files and use some patterns to avoid updating the ignore file for new translations or abi changes Git-Dch: Ignore
* update .gitignoreMichael Vogt2013-05-161-0/+12
|
* add .gitignore and gbp.confMichael Vogt2013-05-161-0/+18