diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | ChangeLog | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 3f1ac89f045..cbe13091b05 100644 --- a/.gitignore +++ b/.gitignore | |||
| @@ -48,6 +48,7 @@ makefile | |||
| 48 | /confdefs.h | 48 | /confdefs.h |
| 49 | /config.status | 49 | /config.status |
| 50 | /configure.lineno | 50 | /configure.lineno |
| 51 | /conftest* | ||
| 51 | src/config.h | 52 | src/config.h |
| 52 | src/epaths.h | 53 | src/epaths.h |
| 53 | 54 | ||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2014-12-17 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * .gitignore: Ignore /conftest*. | ||
| 4 | |||
| 1 | 2014-12-15 Stefan Monnier <monnier@iro.umontreal.ca> | 5 | 2014-12-15 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 6 | ||
| 3 | * build-aux/git-hooks/commit-msg (at_sign): Bump up line-length limit | 7 | * build-aux/git-hooks/commit-msg (at_sign): Bump up line-length limit |