]> git.ipfire.org Git - thirdparty/libarchive.git/commit
simplify gitignore a bit 1205/head
authorMike Frysinger <vapier@gentoo.org>
Wed, 22 May 2019 04:04:35 +0000 (09:49 +0545)
committerMike Frysinger <vapier@gentoo.org>
Wed, 22 May 2019 04:04:35 +0000 (09:49 +0545)
commit68e4088e7bca91b6ef6a92dec3ba49ba7170c313
tree90e5f1a0ff8e22b3fe06f5365556dc2687277a2c
parent3f9f416a6ae82120b1eab1be1582e61d35e0200d
simplify gitignore a bit

Lets ignore autotool generated files (.la .dirstamp .deps) everywhere
rather than hardcoded specific subdirs.  We'll never add files with
those names to the source repo, so that should be OK.

We're already ignoring CMakeFiles/ everywhere (since the rule lacks
a leading / anchor), so we can delete the redundant paths.

Rather than hardcode every possible unittest and related files, add
globs that ignore all *_test related paths in the topdir.  We won't
be adding paths like that to the source repo, so it should be OK.
.gitignore