summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* m4: Stop shipping our own copy of pkg.m4Simon McVittie2022-10-121-0/+1
| | | | | | | | | | The canonical way to find these macro is to run autogen.sh or autoreconf while pkg-config (or pkgconf) is installed, which will copy an up-to-date version of the macros from /usr/share/aclocal. The `make dist` archive will include a bundled copy of those macros, but the git repository doesn't need them. Signed-off-by: Simon McVittie <smcv@collabora.com>
* CI: Consistently build in ./buildSimon McVittie2022-07-131-0/+2
| | | | | | | This will make it easier to capture log files. All our CI builds happen in an expendable checkout, so we can safely remove and re-create ./build. Signed-off-by: Simon McVittie <smcv@collabora.com>
* .gitignore: Ignore __pycache__ directories anywhere in the treeSimon McVittie2022-07-131-0/+1
| | | | | | | | The Meson build system adds several Python scripts, some of which import code from other Python scripts, which will result in __pycache__ directories appearing in the source tree. Signed-off-by: Simon McVittie <smcv@collabora.com>
* .gitignore: Ignore downloaded and installed mingw packages used on debian|ubuntuRalf Habacker2022-03-291-0/+3
| | | | Signed-off-by: Ralf Habacker <ralf.habacker@freenet.de>
* .gitignore: Add sub directory ci-build*Ralf Habacker2022-03-161-0/+1
| | | | Reviewed-by: Simon McVittie <smcv@collabora.com>
* Adapt to API change in AX_CODE_COVERAGE version 28Simon McVittie2019-01-211-3/+4
| | | | | | | | | | | | | | | | AX_CODE_COVERAGE recently changed the way it embedded its Makefile rules in the output file: instead of using @CODE_COVERAGE_RULES@, users are now meant to include aminclude_static.am. The new AX_CODE_COVERAGE is only in the latest autoconf-archive release, version 2019.01.06, which is inconveniently new, so bundle everything we need for the moment. This requires us to stop using the deprecated CODE_COVERAGE_LDFLAGS (which we still used to support older versions of autoconf-archive) and replace them with CODE_COVERAGE_LIBS. Signed-off-by: Simon McVittie <smcv@collabora.com>
* .gitignore: Ignore many more generated filesSimon McVittie2018-12-141-0/+1
| | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
* .gitignore: Consolidate generic patterns at top levelSimon McVittie2018-12-141-0/+5
| | | | | | | | Patterns in the top-level .gitignore match in all subdirectories, so there's no need to repeat ourselves quite so much for generic C, Autotools and gcov patterns. Signed-off-by: Simon McVittie <smcv@collabora.com>
* Top level .gitignore: Sort anchored patterns in LC_ALL=C sort orderSimon McVittie2018-12-141-14/+14
| | | | | | | | If lists are in a completely arbitrary order, sorting them consistently means that there is only one correct place to insert a new entry, avoiding the merge conflicts that would occur if we always append new entries. Signed-off-by: Simon McVittie <smcv@collabora.com>
* Top level .gitignore: Group anchored and unanchored patternsSimon McVittie2018-12-141-15/+16
| | | | | | | | | The anchored patterns match only in the top directory; the unanchored patterns match in any subdirectory. While I'm moving the unanchored patterns around anyway, sort them in lexicographical (LC_ALL=C sort) order. Signed-off-by: Simon McVittie <smcv@collabora.com>
* .gitignore: Anchor patterns for files that are only at top levelSimon McVittie2018-12-141-14/+14
| | | | | | | There shouldn't be an aclocal.m4 in any subdirectory, for instance, so there's no need to ignore it. Signed-off-by: Simon McVittie <smcv@collabora.com>
* Top level .gitignore: Remove files that now live in build-aux/Simon McVittie2018-12-141-8/+0
| | | | | | | We put these in build-aux/ since 15e6b4f5, and we ignore all of build-aux/, so we don't need to ignore them separately. Signed-off-by: Simon McVittie <smcv@collabora.com>
* ci: Use ccache to speed up repeated buildsSimon McVittie2018-10-041-0/+1
| | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
* Install a systemd tmpfiles.d snippet to create /var/lib/dbus/machine-idSimon McVittie2017-06-281-0/+1
| | | | | | | | | | | | | On systemd systems, /etc/machine-id is guaranteed to exist and has the same format as the D-Bus machine ID. The major D-Bus implementations read /etc/machine-id if it exists, but some less up-to-date implementations still only read /var/lib/dbus/machine-id. We can be nice to those implementations by ensuring /var/lib/dbus/machine-id is a symlink; this way, the two files can never get out of sync. Signed-off-by: Simon McVittie <smcv@collabora.com> Reviewed-by: Philip Withnall <withnall@endlessm.com> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=101570
* Move Autoconf/Automake droppings into /build-aux/Simon McVittie2015-04-161-0/+1
| | | | | Reviewed-by: Philip Withnall <philip.withnall@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=89846
* Run most tests under the TAP driver, with a simple adaptor for non-TAP testsSimon McVittie2015-04-161-0/+1
| | | | | Reviewed-by: Philip Withnall <philip.withnall@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=89846
* .gitignore: ignore /test-driver, generated by recent AutomakeSimon McVittie2014-03-031-0/+1
|
* Import compiler.m4 and lcov.am from telepathy-glib, and use them to replace gcovSimon McVittie2011-02-171-0/+5
| | | | | Reviewed-by: Colin Walters <walters@verbum.org> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=10887
* Don't ignore all files in m4, just the libtool onesSimon McVittie2011-02-171-1/+2
| | | | | Reviewed-by: Colin Walters <walters@verbum.org> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=10887
* Ignore files produced by `make dist`Simon McVittie2011-02-011-0/+2
|
* Update a load of .gitignoresWill Thompson2010-10-051-0/+2
|
* add 'tags' to .gitignoreRyan Lortie2008-02-271-0/+1
|
* .gitignore: ignore vi swapfilesSimon McVittie2007-10-111-0/+1
|
* Bring .gitignore files up to date; add *.o, *~ etc. to top-level .gitignoreSimon McVittie2007-10-101-0/+9
| | | | | CVS ignores these automatically, so they weren't in the .cvsignore when Ryan converted the repository.
* migrate from cvs to git (cvs2svn -> git-svnimport).Ryan Lortie2007-09-131-0/+22
2007-09-13 Ryan Lortie <desrt@desrt.ca> migrate from cvs to git (cvs2svn -> git-svnimport). * HACKING: update release/branch/tag instructions * */.cvsignore: rename to .gitignore also, clean up tags and branch names to conform to HACKING