diff options
| author | Simon Tatham <anakin@pobox.com> | 2019-11-13 19:27:41 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2019-11-13 19:27:41 +0000 |
| commit | 26a40781e6a3d64a32f8f98529b62917dd32d389 (patch) | |
| tree | 98640367132b8234fb4b748dc7a32cdcd604d7dd | |
| parent | 907c42bcf0f06826279d5be91be7f7f9c45876d9 (diff) | |
| download | puzzles-26a40781e6a3d64a32f8f98529b62917dd32d389.zip puzzles-26a40781e6a3d64a32f8f98529b62917dd32d389.tar.gz puzzles-26a40781e6a3d64a32f8f98529b62917dd32d389.tar.bz2 puzzles-26a40781e6a3d64a32f8f98529b62917dd32d389.tar.xz | |
.gitignore: add more autotools detritus.
One of these days I should sit down and work out exactly when a run of
autoconf generates an autom4te.cache directory, and why it can
suddenly turn up unexpectedly one day after years of never needing to
put it in .gitignore!
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -107,6 +107,7 @@ /preprocessed.but /*.a /aclocal.m4 +/autom4te.cache /config.log /config.status /configure |