Commit Graph

39 Commits

Author SHA1 Message Date
Jason Volk 50481585b0 Add *.save to gitignore. 2023-04-09 21:48:34 -07:00
Jason Volk e10817127d Add post-processed source type extensions to gitignore. 2022-06-17 21:11:53 -07:00
Jason Volk 77046c853e configure: Add xxd; add bc.cc to .gitignore; remove empty gitignore. 2022-06-17 21:11:53 -07:00
Jason Volk 99e68a8403 Add .spv to .gitignore for SPIR-V bytecode generations. 2022-06-17 21:11:52 -07:00
Jason Volk c643cc7507 ircd: Split compile and assembly of CL object through LLVM bc. 2022-06-17 21:11:52 -07:00
Jason Volk 09bb1969d4 Add *.bc for llvm bitcode to gitignore. 2021-09-14 23:39:55 -07:00
Jason Volk eba5d7f586 ircd::gpt: Improve build related; debug/assertions. 2021-04-22 12:27:57 -07:00
Jason Volk 29e74ec9e1 ircd::gpt: Transformer Pipe. 2021-04-22 12:27:56 -07:00
Jason Volk 770fabcacd ircd: Add target to preprocess PGO data bundled in text form.
matrix: Add target to preprocess PGO data bundled in text form.
2020-11-28 14:35:45 -08:00
Jason Volk 3f2b0af612 gitignore: Ignore any files suffixed with .tmp 2019-07-29 17:09:51 -07:00
Jason Volk 4c1efcaf83 .gitignore: Ignore the .cache file. 2018-12-21 15:17:30 -08:00
Jason Volk 76582edc5e gitignore: Remove stale ignores. 2018-09-17 18:52:26 -07:00
Jason Volk a9082eb03a Move m4 to tools/m4. 2018-09-17 18:52:26 -07:00
Jason Volk 5f939cc039 Remove certain cruft from .gitignore. 2017-12-12 14:59:41 -07:00
Jason Volk 072137bd35 gitignore: Add build/ directory to ignore. 2017-12-12 14:59:40 -07:00
Jason Volk 754a6d9b5c ircd: add local .gitignore. 2016-07-22 19:46:27 -07:00
Jason Volk 834964c659 Convert IRCd to C++
Happy 28th birthday. You're all grown up.
2016-07-22 19:46:27 -07:00
Jason Volk ea53aab823 Refactor repository layout.
* librb is no longer a separately configured subproject.
* charybdis is now a standalone directory with a binary.
* Include path layout now requires a directory ircd/ rb/ etc.
2016-07-21 20:51:02 -07:00
Simon Arlott 0346918701
add mkfingerprint program 2016-04-26 20:49:03 +01:00
Matt Ullman 673f2cda1c gitignore: Ignore pid files from startall.sh 2016-03-28 00:09:51 -04:00
Matt Ullman a90f87eae4 gitignore: Ignore confdefs.h 2016-03-28 00:08:05 -04:00
William Pitcock caebeeca95 wsockd: add skeleton for future websockets helper (ref #78) 2016-03-25 21:04:22 -05:00
Matt Ullman fdba4417dc .gitignore: Ignore serno.h from librb as well 2016-03-25 19:40:12 -04:00
Matt Ullman 0e72a76010 gitignore: Don't commit m4/argz.m4 2016-03-22 17:06:45 -04:00
William Pitcock 72b51232a9 ensure we do not distribute flex/bison files 2016-03-19 19:23:08 -05:00
Elizabeth Myers 175a4a132f Update gitignore 2016-03-18 15:17:53 -05:00
William Pitcock 7ee96784c2 remove pregenerated librb/configure 2016-03-06 18:30:01 -06:00
William Pitcock 1aee992256 update gitignore 2016-03-05 18:30:06 -06:00
Valerii Iatsko 32c3cbd857 Update .gitignore 2016-02-09 10:41:37 -06:00
Valerii Iatsko 8f89a66d2a Update .gitignore 2016-02-09 10:41:36 -06:00
Aaron Jones d8c4154da2 Fix LTDL conditional, remove some unnecessary and/or ugly configure tests 2016-01-07 17:15:55 +00:00
Aaron Jones eec2776c6c Fix some autotools discrepancies, disable SQLite threading code 2016-01-07 16:58:28 +00:00
Jilles Tjoelker 36e50ccfa5 tools: Remove Hybrid 6 conversion tools.
Hybrid 6 is old enough that the conversion tools can go away now.
They are for I and K lines; the ircd.conf converter was already removed.

This removes compiler/analyzer warnings about these tools.
2014-09-21 18:20:39 +02:00
Jilles Tjoelker 367f61444a Gitignore vim swap files. 2014-09-21 16:58:06 +02:00
Antoine Beaupré 14048b96b0 rename genssl.sh to genssl 2013-06-05 01:49:19 -04:00
Nathan Phillip Brink c74836dc4a Add explicit support for being installed into a system triggered with --enable-fhs-paths.
Add two mechanism for avoiding name-collisions in a system-wide
installation of charybdis. The ssld and bandb daemons, intended to be
directly used by ircd and not the user, install into libexec when
--enable-fhs-paths is set. For binaries which are meant to be in PATH
(bindir), such as ircd and viconf, there is now an option
--with-program-prefix=progprefix inspired by automake. If the user
specifies --with-program-prefix=charybdis, the ircd binary is named
charybdisircd when installed.

Add support for saving the pidfile to a rundir and storing the ban
database in localstatedir instead of in sysconfdir. This is, again,
conditional on --enable-fhs-paths.

Fix(?) genssl.sh to always write created SSL key/certificate/dh
parameters to the sysconfdir specified during ./configure. The
previous behavior was to assume that the user ran genssl.sh after
ensuring that his current working directory was either sysconfdir or a
sibling directory of sysconfdir.
2012-03-01 02:41:09 +00:00
Keith Buck 6e098ed550 Add tags to .gitignore 2011-12-01 03:25:32 +00:00
Jilles Tjoelker 61fae4b4b8 Add additional version.c variants to gitignore. 2011-05-24 00:33:28 +02:00
JD Horelick b71d31568e .hgignore -> .gitignore (also rm'd .hgtags). 2011-05-22 14:48:14 -04:00
Renamed from .hgignore (Browse further)