diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-03-23 22:45:26 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-03-23 22:45:26 +0200 |
commit | a6789ab02f8fe2cf57d7ee0fc74437cf8703249c (patch) | |
tree | 67d5e2de637c9a482c1b155f211f01dcdefe60c7 | |
parent | a17d64b1c25dec5a94a3e4407ba431ed3ddeb473 (diff) | |
download | egawk-a6789ab02f8fe2cf57d7ee0fc74437cf8703249c.tar.gz egawk-a6789ab02f8fe2cf57d7ee0fc74437cf8703249c.tar.bz2 egawk-a6789ab02f8fe2cf57d7ee0fc74437cf8703249c.zip |
Fix in .gitignore.
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | ChangeLog | 4 |
2 files changed, 5 insertions, 2 deletions
@@ -5,8 +5,7 @@ # Directories autom4te.cache .deps -grcat.dSYM -pwcat.dSYM +*.dSYM # Single files. Makefile @@ -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 <arnold@skeeve.com> * dfa.c (using_simple_locale): Add ifdefs in case there is no |