]> git.ipfire.org Git - location/libloc.git/commit
debian: Add all temporary files to Gitignore
authorValters Jansons <valter.jansons@gmail.com>
Fri, 16 Apr 2021 13:06:05 +0000 (16:06 +0300)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 6 May 2021 15:11:07 +0000 (15:11 +0000)
commit73dfec8399cccfa4e561dd64be89dc5355df7c05
treee26579c51dcc339b713e3b1340138db3116e6b8d
parent23c3b27cc9d36b088740dd73564248d2053411f2
debian: Add all temporary files to Gitignore

New packages have been added since the inception of the .gitignore and
as a result during build we see directories such as location-importer/
and files such as location-importer.debhelper.log.

This commit ensures all temporary subdirectories, and additional
generic build artifact files, are ignored by Git.

The subdirectory exceptions to this rule are:

- d/patches/ which may be used by Quilt
  considering the source format is '3.0 (quilt)',

- d/source/ for the format file,

- d/tests/ which may be used by autopkgtest
  to specify what test suites exist for the source.
  See: https://salsa.debian.org/ci-team/autopkgtest/-/raw/debian/5.16/doc/README.package-tests.rst

Signed-off-by: Valters Jansons <valter.jansons@gmail.com>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
debian/.gitignore