]> code.delx.au - pulseaudio/commit
build: Add .gitignore files to EXTRA_DIST.
authorTanu Kaskinen <tanuk@iki.fi>
Sat, 6 Oct 2012 12:05:08 +0000 (15:05 +0300)
committerColin Guthrie <colin@mageia.org>
Sun, 4 Nov 2012 09:07:31 +0000 (10:07 +0100)
commit3e5b872dc2f8372824dc21324152d257b990d9f8
treef6f579a54f91e9b9ed9674f14e9c57d2bbfa8c50
parent3b67ebb63e7920854ef9a972b47dcc2266cacab6
build: Add .gitignore files to EXTRA_DIST.

As a packager, I want to be able to do "git format-patch
v3.0..origin/master" and I want the generated patches to apply cleanly
against the 3.0 tarball. The patches don't currently apply cleanly if
there are any changes to the .gitignore files, because the .gitignore
files are not shipped in the tarball. This patch fixes that problem.
Makefile.am