From 9a5a983eb43fc918ad5835622afa382817b3ecc5 Mon Sep 17 00:00:00 2001 From: Michael Poole Date: Thu, 31 May 2012 21:20:58 -0400 Subject: [PATCH] Rename .cvsignore files to .gitignore. Also add *.o to ircd/.gitignore because git does not ignore that pattern by default. --- .cvsignore => .gitignore | 0 ChangeLog | 15 +++++++++++---- include/{.cvsignore => .gitignore} | 0 ircd/{.cvsignore => .gitignore} | 1 + ircd/test/{.cvsignore => .gitignore} | 0 5 files changed, 12 insertions(+), 4 deletions(-) rename .cvsignore => .gitignore (100%) rename include/{.cvsignore => .gitignore} (100%) rename ircd/{.cvsignore => .gitignore} (96%) rename ircd/test/{.cvsignore => .gitignore} (100%) diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/ChangeLog b/ChangeLog index 2699fe6..f2f8282 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,11 @@ -2011-01-23 Michael Poole +2012-04-29 Michael Poole + + * */.cvsignore: Rename to .gitignore. + + * ircd/.cvsignore: Likewise, and add *.o because git does not + ignore any patterns by default. + +2012-01-23 Michael Poole * ircd/ircd_res.c (proc_answer): Delete unread variable query_class. @@ -16,12 +23,12 @@ * ircd/s_stats.c (stats_configured_links): Delete unread variable pass. -2011-01-23 Michael Poole +2012-01-23 Michael Poole * ircd/gline.c (gline_modify): Notify opers using SNO_AUTO rather than SNO_GLINE if a G-line had, and still has, an AUTO prefix. -2011-01-19 Michael Poole +2012-01-19 Michael Poole * doc/readme.iauth: Document the new 'd' IAuth command. @@ -31,7 +38,7 @@ (iauth_cmd_soft_done): New IAuth command handler. (iauth_parse): Call it. -2011-01-19 Michael Poole +2012-01-19 Michael Poole * ircd/s_auth.c (start_auth): Call start_dns_query() and start_auth_query() after start_iauth_query() rather than diff --git a/include/.cvsignore b/include/.gitignore similarity index 100% rename from include/.cvsignore rename to include/.gitignore diff --git a/ircd/.cvsignore b/ircd/.gitignore similarity index 96% rename from ircd/.cvsignore rename to ircd/.gitignore index 5e6f631..e20d06c 100644 --- a/ircd/.cvsignore +++ b/ircd/.gitignore @@ -1,3 +1,4 @@ +*.o Makefile stamp-m version.c diff --git a/ircd/test/.cvsignore b/ircd/test/.gitignore similarity index 100% rename from ircd/test/.cvsignore rename to ircd/test/.gitignore -- 2.20.1