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 --- .gitignore | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..f36c2ddf --- /dev/null +++ b/.gitignore @@ -0,0 +1,22 @@ +config.log +config.status +config.sub +configure +*.pc +libtool +ltmain.sh +stamp-h1 +stamp-h +stamp-h.in +Doxyfile +Makefile +Makefile.in +aclocal.m4 +autom4te.cache +config.guess +config.h +config.h.in +*.bb +*.bbg +*.da +*.gcov -- cgit