summaryrefslogtreecommitdiff
path: root/.gitignore (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Ignore /doc, generated by tools/check_xep_versions.shBadlop2022-11-041-0/+1
|
* Ignore .ejabberd-modules/ , may be used when building containerBadlop2022-09-131-0/+1
|
* Import script for building command line installersHolger Weiss2022-05-041-1/+2
| | | | | | The tools/make-installers script creates command line installers for Linux/x64 and Linux/arm64 systems using the archives built by the tools/make-binaries script.
* Import script for building DEB and RPM packagesHolger Weiss2022-05-041-1/+3
| | | | | | The tools/make-packages script creates DEB and RPM packages for Linux/x64 and Linux/arm64 systems using the archives built by the tools/make-binaries script.
* Import script for building Linux binariesHolger Weiss2022-05-041-0/+2
| | | | | | | | | | | | | | | | The tools/make-binaries script creates self-contained OTP releases for Linux/x64 and Linux/arm64 systems. All optional ejabberd features are supported. Erlang/OTP, Elixir, and all dependencies are downloaded and built from source (using crosstool-NG). The generated binaries depend on glibc 2.17 or later, all other external libraries are linked statically. The script should work on any non-ancient Linux/x64 system and requires just a few common development tools (to bootstrap crosstool-NG). The release is installed by creating an "ejabberd" user, extracting the archive into /opt, and moving the systemd unit (or init script) into place.
* Add support to build release with back to old Elixir 1.10.3Badlop2021-07-161-0/+1
| | | | However, to build a release with OTP 24 requires Elixir 1.11.4 or higher
* Add support to build release with mixBadlop2021-07-161-0/+1
|
* Ignore captcha scripts copied by relx after "make dev"Badlop2021-07-081-0/+1
|
* New "make dev" and "./ejabberdctl" (requires using rebar3)Badlop2021-06-251-0/+1
|
* Ignore basic Mnesia directoryMickaël Rémond2021-05-111-0/+1
|
* No need to ignore ejabberd.app.src, it was recently removed, see 3c16f214Badlop2021-03-191-1/+0
|
* No need to ignore XmppAddr*, it was removed in 2018, see 0bb14d16Badlop2021-03-191-3/+0
|
* No need to ignore extract_translations, it was removed in 2017, see cd098c5aBadlop2021-03-191-1/+0
|
* No need to ignore doc/, it was removed in 2015! See 1854b5e4Badlop2021-03-191-13/+0
|
* Tell git to ignore .deps-update/ used by tools/update-deps-releases.plBadlop2021-03-191-0/+1
|
* Update gitignore for Elixir, mnesiadb/ was renamed to database/ in ef6af11f1Badlop2021-03-121-1/+2
|
* Tell git to ignore rebar.lock used by rebar3Badlop2021-03-041-0/+1
|
* Tell git to ignore the example file ejabberd.serviceBadlop2016-11-161-0/+1
|
* Add extra items to .gitignorePaweł Chmielowski2016-02-251-0/+2
|
* Ignore mnesiadb and _buildSonny Scroggin2015-09-291-0/+2
|
* ignore ejabberd release result directoryMickael Remond2015-09-021-0/+1
|
* Keep the version hardcoded in mix.exs fileMickael Remond2015-06-291-1/+0
| | | | | | Generated the mix.exs file through configure is not possible when using mix, as it does not run configure after having downloaded the dependencies. #621
* Add correct package version for mix (#577)Christophe Romain2015-05-291-0/+1
|
* Merge pull request #486 from saa/sqlite_supportEvgeny Khramtsov2015-04-081-0/+3
|\ | | | | Add SQLite support
| * Add SQLite supportSergey Abramyan2015-03-201-0/+3
| |
* | ejabberd can be embedded in an Elixir applicationMickael Remond2015-04-041-1/+1
|/
* Add Elixir support to ejabberdMickaël Rémond2015-02-101-0/+3
|
* Let Git ignore the "rel/ejabberd" directoryHolger Weiss2014-09-301-0/+1
|
* Let Git ignore the "configure" scriptHolger Weiss2014-07-241-0/+1
|
* Let Git ignore the "ebin" directoryHolger Weiss2014-04-061-2/+1
|
* Let Git ignore files generated by "make install"Holger Weiss2014-04-061-0/+2
|
* Do not ignore ASN.1-generated filesEvgeniy Khramtsov2013-06-221-3/+0
|
* Switch to rebar build toolEvgeniy Khramtsov2013-06-131-18/+17
| | | | | | | | | | | | | | | | Use dynamic Rebar configuration Make iconv dependency optional Disable transient_supervisors compile option Add hipe compilation support Only compile ibrowse and lhttpc when needed Make it possible to generate an OTP application release Add --enable-debug compile option Add --enable-all compiler option Add --enable-tools configure option Add --with-erlang configure option. Add --enable-erlang-version-check configure option. Add lager support Improve the test suite
* Ignore OS X libraries.W. Andrew Loe III2010-12-151-0/+1
|
* Add extract_translations.beam to gitignoreBadlop2010-11-171-0/+1
|
* Rename aclocal.m4 to acinclude.m4 (thanks to Andreas Köhler)Badlop2010-10-151-0/+1
| | | | | | | | | | Also fixed minor typos, added the compiled aclocal.m4 to gitignore. As the 2.1.x branch includes the 'configure' script, it isn't needed to document here how to build it, only in the master branch. Related documentation: http://www.gnu.org/software/hello/manual/automake/Local-Macros.html#Local-Macros http://www.gnu.org/software/hello/manual/automake/Invoking-aclocal.html#Invoking-aclocal
* Include a gitignore file in the ejabberd git repository (EJAB-1312)Badlop2010-10-141-0/+35
|
* * .gitignore: Removed (EJAB-441)Badlop2007-12-041-18/+0
| | | | | | * src/.cvsignore: Likewise SVN Revision: 1021
* * src/ejabberd_s2s.erl: don't use the resource of the sender to chooseJérôme Sautret2007-10-301-0/+6
| | | | | | | | | | | | | | | | a s2s connection to ensure that a muc room always uses the same connection Merge branch 'ejabberd_s2s' Conflicts: .gitignore src/configure src/ejabberd_c2s.erl src/ejabberd_s2s.erl SVN Revision: 963
* Ignore more files in git.Mickaël Rémond2007-09-141-1/+9
| | | | SVN Revision: 940
* Don't track some files in git.Mickaël Rémond2007-09-141-0/+4
SVN Revision: 939