diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | src/.gitignore | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2007-08-30 Eric Blake <ebb9@byu.net> + * src/.gitignore: Ignore *.exe for platforms with non-empty $(EXEEXT). + +2007-08-30 Eric Blake <ebb9@byu.net> + Use PACKAGE_NAME instead of GNU_PACKAGE. * src/Makefile.am (.sh, uninstall-local): Adjust all users of hand-rolled GNU_PACKAGE to instead use autoconf-provided diff --git a/src/.gitignore b/src/.gitignore index 0825f7108..b38dc732a 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -1,3 +1,4 @@ +*.exe \[ base64 basename |