bug-diffutils
[Top][All Lists]
Advanced

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

[bug-diffutils] ignore more files


From: Eric Blake
Subject: [bug-diffutils] ignore more files
Date: Fri, 20 Nov 2009 14:56:24 -0700
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.23) Gecko/20090812 Thunderbird/2.0.0.23 Mnenhy/0.7.6.666

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

I noticed these on cygwin, when using ./configure -C.

# Untracked files:
#   (use "git add <file>..." to include in what will be committed)
#
#       config.cache
#       src/cmp.exe
#       src/diff.exe
#       src/diff3.exe
#       src/sdiff.exe

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

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

iEYEARECAAYFAksHEIgACgkQ84KuGfSFAYBAFACfdBLSR/za7PJF8PoXOLLjenja
YxIAoJv5d26y7bMXZk2Bc5rbOLvBGg2K
=YbsB
-----END PGP SIGNATURE-----
>From 4c048db1c7f64e937ae58593158714d48545fbb5 Mon Sep 17 00:00:00 2001
From: Eric Blake <address@hidden>
Date: Fri, 20 Nov 2009 14:55:05 -0700
Subject: [PATCH] build: ignore more files

* .gitignore: Add config.cache, *.exe.

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

diff --git a/.gitignore b/.gitignore
index e093a1c..1ffce33 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,10 +1,12 @@
 *.a
+*.exe
 *.o
 *~
 .deps
 /GNUmakefile
 /INSTALL
 /aclocal.m4
+/config.cache
 /config.log
 /config.status
 /configure
-- 
1.6.5.rc1


reply via email to

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