summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2007-08-29 21:02:24 -0600
committerJim Meyering <jim@meyering.net>2007-08-30 17:25:20 +0200
commit8138613746eb31748709d2352e1a11f6efcdc6d3 (patch)
treedb227ce501401c24440e80b27a0fb1fbf014c6df
parent4b11f24c64db5fc05acc4dd87c8733d3f6be1265 (diff)
downloadcoreutils-8138613746eb31748709d2352e1a11f6efcdc6d3.tar.xz
* src/.gitignore: Ignore *.exe for platforms with non-empty $(EXEEXT).
-rw-r--r--ChangeLog4
-rw-r--r--src/.gitignore1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1b2bf6803..a32834d95 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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