From: Michael Poole Date: Fri, 1 Jun 2012 01:20:58 +0000 (-0400) Subject: Rename .cvsignore files to .gitignore. X-Git-Url: http://git.pk910.de/?p=ircu2.10.12-pk.git;a=commitdiff_plain;h=9a5a983eb43fc918ad5835622afa382817b3ecc5 Rename .cvsignore files to .gitignore. Also add *.o to ircd/.gitignore because git does not ignore that pattern by default. --- diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index d5225b6..0000000 --- a/.cvsignore +++ /dev/null @@ -1,10 +0,0 @@ -makefile -Makefile -config.log -config.h -stamp-h -config.status -config.cache -.project -ircu.tags -autom4te.cache diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d5225b6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +makefile +Makefile +config.log +config.h +stamp-h +config.status +config.cache +.project +ircu.tags +autom4te.cache 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/.cvsignore deleted file mode 100644 index 47e0bcc..0000000 --- a/include/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -patchlist.h diff --git a/include/.gitignore b/include/.gitignore new file mode 100644 index 0000000..47e0bcc --- /dev/null +++ b/include/.gitignore @@ -0,0 +1 @@ +patchlist.h diff --git a/ircd/.cvsignore b/ircd/.cvsignore deleted file mode 100644 index 5e6f631..0000000 --- a/ircd/.cvsignore +++ /dev/null @@ -1,12 +0,0 @@ -Makefile -stamp-m -version.c -ircd -chkconf -table_gen -umkpasswd -convert-conf -chattr.tab.c -lex.yy.c -y.tab.c -y.tab.h diff --git a/ircd/.gitignore b/ircd/.gitignore new file mode 100644 index 0000000..e20d06c --- /dev/null +++ b/ircd/.gitignore @@ -0,0 +1,13 @@ +*.o +Makefile +stamp-m +version.c +ircd +chkconf +table_gen +umkpasswd +convert-conf +chattr.tab.c +lex.yy.c +y.tab.c +y.tab.h diff --git a/ircd/test/.cvsignore b/ircd/test/.cvsignore deleted file mode 100644 index 3bf9335..0000000 --- a/ircd/test/.cvsignore +++ /dev/null @@ -1,6 +0,0 @@ -Makefile -ircd_chattr_t -ircd_in_addr_t -ircd_string_t -ircd_match_t -*.log diff --git a/ircd/test/.gitignore b/ircd/test/.gitignore new file mode 100644 index 0000000..3bf9335 --- /dev/null +++ b/ircd/test/.gitignore @@ -0,0 +1,6 @@ +Makefile +ircd_chattr_t +ircd_in_addr_t +ircd_string_t +ircd_match_t +*.log