aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
AgeCommit message (Collapse)Author
2010-03-26compiler tests: Test the 'inline' option betterBjörn Gustavsson
Clone some test suites and compile them with the 'inline' option to test inlining more thorughly.
2010-03-25Merge branch 'bg/compiler-remove-r11-support' into devErlang/OTP
* bg/compiler-remove-r11-support: compiler: Don't support the no_binaries option erts: Don't support the put_string/3 instruction compiler: Don't support the no_constant_pool option compiler: Don't support the r11 option test_server: Don't support communication with R11 nodes binary_SUITE: Don't test bit-level binary roundtrips with R11 nodes erts: Test compatibility of funs with R12 instead of R11 OTP-8531 bg/compiler-remove-r11-support
2010-03-25Add copied install_bin in system_SUITE to .gitignoreRickard Green
2010-03-22compiler: Don't support the r11 optionBjörn Gustavsson
The r11 option was used to generate BEAM modules that could loaded both on both R11 and R12/R13 to facilitate testing that R11 and R13 nodes could communicate with each other. Since R14 is only required to be compatible with R12 and R13 nodes, the r11 option is no longer needed.
2010-03-22OTP-8512 Add Erlangish MarkDown to Erlangish XML supportRickard Green
The INSTALL.md, INSTALL-CROSS.md, and INSTALL-WIN32.md "readme files" are now included in both the HTML and the PDF documentation.
2010-03-17.gitignore: Ignore generated asn1 test suitesBjörn Gustavsson
2010-02-19.gitignore: Add generated files in lib and erl_interfaceAndrey Pampukha
2010-02-03Ignore files generated when running/building testsBjörn Gustavsson
2010-02-03Update .gitignore filesBjörn-Egil Dahlberg
2009-12-15Added wx derivates.Dan Gudmundsson
2009-12-09Update .gitignore filesBjörn Gustavsson
2009-12-09.gitignore: Don't ignore script/boot files in bootstrap/binBjörn Gustavsson
The .gitignore files ignores everything in the bootstrap/bin directory, includ checked-in *.boot and *.script files. That makes it impossible to check in updates to those files without using the -f (force option) with "git add". Fix this by adding a negated pattern for script and boot files.
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP