Update gitignore, remove cruft

Add OSX debug symbols to gitignore

Remove libratbox version file, it is automatically generated
This commit is contained in:
Sam Dodrill 2013-09-13 11:52:04 -07:00
parent 8c2b9a6e59
commit 5efee8cc5e
2 changed files with 2 additions and 64 deletions

2
.gitignore vendored
View File

@ -2,6 +2,7 @@ Makefile
*~
*.o
*.so
*.dSYM/
*.lo
*.la
*.swp
@ -38,3 +39,4 @@ tools/genssl.sh
tools/mkpasswd
tools/viconf
include/serno.h
libratbox/src/version.c.last

View File

@ -1,64 +0,0 @@
/*
* libratbox: a library used by ircd-ratbox and other things
* src/version.c
*
* Copyright (C) 1990 Chelsea Ashley Dyerman
* Copyright (C) 2008 ircd-ratbox development team
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2, or (at your option)
* any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
/*
* This file is generated by version.c.SH. Any changes made will go away.
*/
#include "../include/serno.h"
const char *libratbox_generation = "1";
const char *libratbox_platform = "Linux genesect 3.10.10-1-grsec #2-Alpine SMP Mon Sep 2 10:06:15 UTC 2013 x86_64 GNU/Linux";
const char *libratbox_serno = SERIALNUM;
const char *libratbox_creation = "Mon Sep 9 2013 at 15:58:38 PDT";
const char *libratbox_infotext[] =
{
"libratbox --",
"Based on the original code written by Jarkko Oikarinen",
"Copyright 1988, 1989, 1990, 1991 University of Oulu, Computing Center",
"Copyright (c) 1996-2001 Hybrid Development Team",
"Copyright (c) 2002-2008 ircd-ratbox Development Team",
"",
"This program is free software; you can redistribute it and/or",
"modify it under the terms of the GNU General Public License as",
"published by the Free Software Foundation; either version 2, or",
"(at your option) any later version.",
"",
" ",
"ircd-ratbox is an evolution where ircd-hybrid left off around version 7-rc1. ",
"Currently the ircd-ratbox team consists of the following developers:",
" ",
"AndroSyn, Aaron Sethman <androsyn -at- ratbox.org>",
"anfl, Lee Hardy <lee -at- leeh.co.uk>",
"Special thanks for support, code and ideas to:",
"Hwy, W. Campbell <wcampbel -at- botbay.net>",
"jilles, Jilles Tjoelker <jilles -at- stack.nl>",
"larne, Edward Brocklesby <ejb -at- sdf.lonestar.org>",
" ",
"Of course our work is based on the work of many, many others over the past",
"10 or so years since irc has existed, including the work done by the Hybrid",
"team, our thanks goes to them.",
" ",
"",
0,
};