This is the mail archive of the frysk-cvs@sources.redhat.com mailing list for the frysk project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[SCM] master: Ignore *~; don't ignore "bin"; stop new files hiding in Untracked.


The branch, master has been updated
       via  e069b59bb15ed2140a0d39e1806f4e5d1e16d347 (commit)
      from  15b8b363369e0940cf83a199162a1e4023bf22e5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email.

- Log -----------------------------------------------------------------
commit e069b59bb15ed2140a0d39e1806f4e5d1e16d347
Author: Andrew Cagney <cagney@redhat.com>
Date:   Fri Nov 9 21:06:14 2007 -0500

    Ignore *~; don't ignore "bin"; stop new files hiding in Untracked.

-----------------------------------------------------------------------

Summary of changes:
 .gitignore |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

First 500 lines of diff:
diff --git a/.gitignore b/.gitignore
index a96d4d0..db54151 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,8 +2,8 @@ Makefile.in
 aclocal.m4
 autom4te.cache
 configure
-bin
 install-sh
 missing
 compile
 depcomp
+*~


hooks/post-receive
--
frysk system monitor/debugger


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]