bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ignoring *.exe


From: Eric Blake
Subject: ignoring *.exe
Date: Wed, 29 Aug 2007 21:02:24 -0600
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.6) Gecko/20070728 Thunderbird/2.0.0.6 Mnenhy/0.7.5.666

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Any chance you can apply something like this to ignore generated files
created on platforms like cygwin?  I know I could do it in
.git/info/exclude, but then I have to do it on every copy of the
repository that I make on cygwin, whereas this would instantly apply to
all repositories.

2007-08-29  Eric Blake  <address@hidden>

        * src/.gitignore: Ignore *.exe for platforms with non-empty
        $(EXEEXT).

- --
Don't work too hard, make some time for fun as well!

Eric Blake             address@hidden
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFG1jM/84KuGfSFAYARAuaTAJsF3p9Uypprs3ai0o0YLiO9NPXUmwCeIKYk
uB9WMZUma15undpg/tt5UIY=
=/Lml
-----END PGP SIGNATURE-----
>From 376c5df83800a19fa0ff16045a70427132c22dbf Mon Sep 17 00:00:00 2001
From: Eric Blake <address@hidden>
Date: Wed, 29 Aug 2007 20:59:29 -0600
Subject: [PATCH]        * src/.gitignore: Ignore *.exe for platforms with 
non-empty
        $(EXEEXT).

Signed-off-by: Eric Blake <address@hidden>
---
 ChangeLog      |    5 +++++
 src/.gitignore |    1 +
 2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index e6aa2ae..683c83d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-08-29  Eric Blake  <address@hidden>
+
+       * src/.gitignore: Ignore *.exe for platforms with non-empty
+       $(EXEEXT).
+
 2007-08-25  Jim Meyering  <address@hidden>
 
        * src/dircolors.hin: Add .dz and .svgz as archive suffixes.
diff --git a/src/.gitignore b/src/.gitignore
index 0825f71..b38dc73 100644
--- a/src/.gitignore
+++ b/src/.gitignore
@@ -1,3 +1,4 @@
+*.exe
 \[
 base64
 basename
-- 
1.5.2.2


reply via email to

[Prev in Thread] Current Thread [Next in Thread]