[PROPOSED 1/2] * .gitignore: Ignore .patch and .tzs files.
--- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index bc6fc25..1e62d11 100644 --- a/.gitignore +++ b/.gitignore @@ -3,8 +3,10 @@ *.a *.asc *.o +*.patch *.tar.* *.txt +*.tzs *.zi *~ ChangeLog -- 2.14.3
* Makefile (VERSION_DEPS): Depend on ziguard.awk and zishrink.awk, too. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index c69e01b..23599ce 100644 --- a/Makefile +++ b/Makefile @@ -514,6 +514,7 @@ VERSION_DEPS= \ tzfile.5 tzfile.h tzselect.8 tzselect.ksh \ workman.sh yearistype.sh \ zdump.8 zdump.c zic.8 zic.c \ + ziguard.awk zishrink.awk \ zone.tab zone1970.tab zoneinfo2tdf.pl # And for the benefit of csh users on systems that assume the user -- 2.14.3
participants (1)
-
Paul Eggert