From a6789ab02f8fe2cf57d7ee0fc74437cf8703249c Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Sun, 23 Mar 2014 22:45:26 +0200 Subject: Fix in .gitignore. --- .gitignore | 3 +-- ChangeLog | 4 ++++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 899a16c0..72445191 100644 --- a/.gitignore +++ b/.gitignore @@ -5,8 +5,7 @@ # Directories autom4te.cache .deps -grcat.dSYM -pwcat.dSYM +*.dSYM # Single files. Makefile diff --git a/ChangeLog b/ChangeLog index fac05e9f..bea3720c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,10 @@ * dfa.c: Move include of dfa.h around for correct building on Irix. Thanks to Nelson H.F. Beebe for the report. + Unrelated: + + * .gitignore: Simplify .dSYM pattern for Mac OS X. + 2014-03-21 Arnold D. Robbins * dfa.c (using_simple_locale): Add ifdefs in case there is no -- cgit v1.2.1