about summary refs log tree commit diff
path: root/.gitignore
AgeCommit message (Collapse)Author
2020-05-06Git: Ignore generated files of SSL testsAlexander Barton
2020-04-25updating testsuite to support ssl-testsJohann Hartwig Hauschild
2019-11-03Add VIM "swap files" (*.swp) to .gitignore fileAlexander Barton
2019-06-29Add ".vscode" to .gitignore fileAlexander Barton
2015-12-30Test suite: Add new test for server-server loginsAlexander Barton
This test detects the recent NJOIN breakage, for example ...
2015-07-20Add "build+*" to .gitignore fileAlexander Barton
2015-07-19Streamline ".gitignore" filesAlexander Barton
2014-05-01Add "cov-int" directory (Coverity test tool) to .gitignore fileAlexander Barton
2014-01-06Add "config.cache" to .gitignore fileAlexander Barton
2013-07-18Add "compile" to .gitignore fileAlexander Barton
2012-09-24Rename configure.in to configure.acAlexander Barton
This fixes automake: warning: autoconf input should be named 'configure.ac', not 'configure.in' when running the autogen.sh script.
2012-09-24configure.ng: use AM_PROG_AR to check ar(1) commandAlexander Barton
This fixes automake-1.12/am/library.am: warning: 'libngipaddr.a': linking libraries using a non-POSIX .../automake-1.12/am/library.am: archiver requires 'AM_PROG_AR' in 'configure.in' src/ipaddr/Makefile.am:12: while processing library 'libngipaddr.a' and similar warnings of automake.
2012-09-23Change build system to support new and old GNU automakeAlexander Barton
Starting with GNU automake 1.12, the "de-ANSI-fication support" has been removed, which ngIRCd used to enable building itself on very old systems. Now the problem is, that using automake >= 1.12 isn't working because of the now unsupported M4 macros. Therefore the solution that this patch implements is to dynamically generate the automake input files with our own ./autogen.sh script: configure.ng => configure.in Makefile.ng => Makefile.am This is quite an ugly approach, but it works and enables us to: 1. use current automake >= 1.12 for development and "private builds", 2. still build distribution archives using automake 1.11.x that have "de-ANSI-fication support" enabled in the generated Makefile's. And if you are using Makefile's generated with a automake version newer than 1.11.x (without "de-ANSI-fication support"), the ./configure script warns you not to use this generated build system to generate distribution archives. Drawback of this patch: you MUST use our autogen.sh script, you can't call the autoconf/automake commands directly any more; but autoreconf should still work ...
2011-05-12Mac OS X: split up make targetsAlexander Barton
New targets are: "have-packagemaker", "osxpkg-dest"
2011-02-16Add cscope.out to .gitignore fileAlexander Barton
2008-10-03GIT: Ignore Debian-related generated files.Alexander Barton
Added files that become generated while building Debian GNU/Linux packages of ngIRCd to the .gitignore lists.
2008-04-09Moved .cvsignore files to .gitignoreAlexander Barton
Since we are using GIT starting from now, I converted all the .cvsignore files to .gitignore files.