From d34905d8115a187a8846da0d2c67eb3826a71a8e Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Thu, 13 Sep 2007 11:13:40 -0400 Subject: migrate from cvs to git (cvs2svn -> git-svnimport). 2007-09-13 Ryan Lortie migrate from cvs to git (cvs2svn -> git-svnimport). * HACKING: update release/branch/tag instructions * */.cvsignore: rename to .gitignore also, clean up tags and branch names to conform to HACKING --- doc/.cvsignore | 12 ------------ doc/.gitignore | 12 ++++++++++++ 2 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 doc/.cvsignore create mode 100644 doc/.gitignore (limited to 'doc') diff --git a/doc/.cvsignore b/doc/.cvsignore deleted file mode 100644 index 3430689c..00000000 --- a/doc/.cvsignore +++ /dev/null @@ -1,12 +0,0 @@ -.deps -.libs -Makefile -Makefile.in -*.lo -*.la -*.o -api -dbus-specification.html -dbus-test-plan.html -dbus-tutorial.html -dbus-faq.html diff --git a/doc/.gitignore b/doc/.gitignore new file mode 100644 index 00000000..3430689c --- /dev/null +++ b/doc/.gitignore @@ -0,0 +1,12 @@ +.deps +.libs +Makefile +Makefile.in +*.lo +*.la +*.o +api +dbus-specification.html +dbus-test-plan.html +dbus-tutorial.html +dbus-faq.html -- cgit