summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Expand)AuthorAgeFilesLines
* test/Makefile: Add a no_copt category of cloned test modulesBjörn Gustavsson2020-03-181-0/+1
* Implement EEP-48 aka doc chunksLukas Larsson2020-02-241-0/+2
* otp: Refactor doc make system and introduce EEP-48Lukas Larsson2020-02-241-0/+2
* Refactor handling of matched out sizes in binariesBjörn Gustavsson2020-02-061-0/+1
* Merge branch 'dgud/build-WSL'Dan Gudmundsson2020-01-081-0/+5
|\
| * Add missing files to gitignoreDan Gudmundsson2019-11-121-0/+5
* | Merge pull request #2425 from JeromeDeBretagne/jdb/fix-Android-compilation-wi...Lukas Larsson2019-11-011-0/+2
|\ \
| * | Update .gitignore for Android cross compilationJérôme de Bretagne2019-11-011-0/+2
* | | Merge branch 'maint'Lukas Larsson2019-10-231-0/+3
|\ \ \ | |/ / |/| |
| * | otp: Add *.fo in src to gitignoreLukas Larsson2019-10-171-0/+3
| |/
* | Ignore *_no_type_SUITE.erl files in compiler tests directoryBjörn Gustavsson2019-09-191-0/+1
|/
* Add vscode directory to .gitignoreJohn Högberg2019-04-031-0/+3
* Merge pull request #2185 from dotsimon/gitignore_asn1_testIngela Andin2019-03-221-6/+0
|\
| * Remove asn1/test items from .gitignore that either don't exist or shouldn't b...Simon Cornish2019-03-181-6/+0
* | Testing of the example gen_tcp_dist moduleRickard Green2019-03-201-0/+1
|/
* Merge 'rickard/make-fixes-21/OTP-15551' into 'rickard/make-fixes-22/OTP-15551'Rickard Green2019-03-041-1/+2
|\
| * Merge 'rickard/make-fixes-20/OTP-15551' into 'rickard/make-fixes-21/OTP-15551'Rickard Green2019-03-041-1/+2
| |\
| | * Merge 'rickard/make-fixes-19/OTP-15551' into 'rickard/make-fixes-20/OTP-15551'Rickard Green2019-03-041-1/+2
| | |\
| | | * Merge 'rickard/make-fixes-18/OTP-15551' into 'rickard/make-fixes-19/OTP-15551'Rickard Green2019-03-041-1/+2
| | | |\
| | | | * Fix install phase in build systemRickard Green2019-03-041-2/+4
* | | | | Merge branch 'bmk/20190204/socket_as_nif/OTP-14831'Micael Karlberg2019-02-221-0/+2
|\ \ \ \ \
| * \ \ \ \ Merge branch 'bmk/20180918/nififying_inet/OTP-14831' into bmk/20190204/socket...Micael Karlberg2019-02-041-0/+2
| |\ \ \ \ \
| | * | | | | [socket-nif] Updated gitignore for OpenBSDMicael Karlberg2018-12-211-0/+1
| | * | | | | [socket-nif] Add x86_64 FreeBSDMicael Karlberg2018-09-211-0/+1
* | | | | | | Add test modules that disable all SSA optimizationsBjörn Gustavsson2019-02-151-0/+1
|/ / / / / /
* | | | | | beam_ssa_opt: Add a scaffold for module-level optimizationsJohn Högberg2019-01-241-0/+1
* | | | | | Merge PR-1963 from iblis17/ib/fbsd-hipe OTP-15386Sverker Eriksson2018-10-251-0/+1
|\ \ \ \ \ \
| * | | | | | hipe_llvm_main: fix tmpfs dir on FreeBSDIblis Lin2018-09-261-0/+1
| |/ / / / /
* | | | | | .gitignore: Exclude *_r21_SUITE.erlJohn Högberg2018-10-011-0/+1
|/ / / / /
* | | | | Merge branch 'rickard/crypto-configure/OTP-15129'Rickard Green2018-08-211-0/+1
|\ \ \ \ \
| * | | | | Move configuration of crypto to crypto application from ertsRickard Green2018-08-211-0/+1
* | | | | | Merge branch 'rickard/parallel-configure/OTP-14625'Rickard Green2018-08-211-2/+5
|\ \ \ \ \ \ | |/ / / / / | | / / / / | |/ / / / |/| | | |
| * | | | Parallel configureRickard Green2018-08-211-2/+5
* | | | | Provide build support for standalone corba repoRickard Green2018-07-121-0/+2
|/ / / /
* | | | Move the corba applcations to separate repositoryLars Thorsen2018-04-271-9/+0
* | | | erl_docgen: Add ghlink step for all non-generated doc xml filesLukas Larsson2018-04-091-25/+6
* | | | Merge branch 'maint'Siri Hansen2018-01-091-0/+1
|\ \ \ \ | |/ / /
| * | | Add runtime_tools/include to tertiary bootstrapSiri Hansen2017-12-201-0/+1
* | | | on raspi, ignore directories created by makeMark Fernandes2017-11-131-0/+1
|/ / /
* | | [edoc] Remove unused module otpsgml_layout.erlLars Thorsen2017-09-281-1/+0
* | | Updated .gitignoreHans Nilsson2017-07-061-0/+4
* | | New unicode aware string module that works with unicode:chardata()Dan Gudmundsson2017-04-241-0/+1
* | | Ignore generated dirs of one more configutationKostis Sagonas2016-11-011-0/+1
|/ /
* | Update .gitignoreBjörn-Egil Dahlberg2016-09-131-0/+1
* | Merge branch 'dgud/tools/emacs-xref/PR-1051'Dan Gudmundsson2016-05-201-0/+1
|\ \
| * | Add xref support in erlang.elJohan Claesson2016-05-201-0/+1
| |/
* | Update .gitignoreBjörn-Egil Dahlberg2016-05-121-9/+2
* | Remove test_server as a standalone applicationBjörn Gustavsson2016-02-171-4/+5
|/
* Merge branch 'johanclaesson/maint' into maintZandra Hird2015-03-191-0/+1
|\
| * Fix tags completion in erlang.el for GNU Emacs 23+Johan Claesson2015-03-161-0/+1