diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 38 |
1 files changed, 34 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore index 1a68d55eff..6034a21f87 100644 --- a/.gitignore +++ b/.gitignore @@ -33,6 +33,7 @@ a.out.dSYM/ /config.status /bootstrap/bin/* +/bootstrap/target !/bootstrap/bin/*.script !/bootstrap/bin/*.boot @@ -51,6 +52,7 @@ a.out.dSYM/ /release +/make/emd2exml # Created by "out_build update_primary" /bootstrap/primary_compiler/ @@ -66,6 +68,7 @@ a.out.dSYM/ /lib/*/ebin/*.appup /lib/*/test/Emakefile +/erts/epmd/test/Emakefile /lib/*/SKIP @@ -99,10 +102,14 @@ a.out.dSYM/ /lib/*/test/*_SUITE_data/Makefile /erts/emulator/test/*_SUITE_make.erl /erts/emulator/test/*_SUITE_data/Makefile +/erts/test/install_SUITE_data/install_bin # asn1 /lib/asn1/doc/src/asn1_spec.xml +/lib/asn1/test/asn1_SUITE.erl +/lib/asn1/test/asn1_bin_SUITE.erl +/lib/asn1/test/asn1_bin_v2_SUITE.erl # common_test @@ -114,9 +121,9 @@ a.out.dSYM/ /lib/compiler/src/beam_opcodes.hrl /lib/compiler/src/core_parse.erl -/lib/compiler/test/*_r11_SUITE.erl /lib/compiler/test/*_no_opt_SUITE.erl /lib/compiler/test/*_post_opt_SUITE.erl +/lib/compiler/test/*_inline_SUITE.erl # debugger @@ -136,6 +143,14 @@ a.out.dSYM/ /erts/doc/pdf/*.fo /erts/doc/pdf/*.pdf /erts/doc/man[0-9]/*.[0-9] +/erts/doc/CONF_INFO + +# et + +/lib/et/doc/html/*.png +/lib/et/doc/src/et_desc.xml +/lib/et/doc/src/et_examples.xml +/lib/et/doc/src/et_tutorial.xml # gs @@ -162,17 +177,25 @@ a.out.dSYM/ /lib/ic/priv/ic.jar /lib/ic/src/icparse.erl /lib/ic/doc/html/java +/lib/ic/java_src/SKIP # jinterface /lib/jinterface/priv/OtpErlang.jar /lib/jinterface/priv/com/ /lib/jinterface/doc/html/java +/lib/jinterface/pom.xml +/lib/jinterface/target # kernel /lib/kernel/src/inet_dns_record_adts.hrl +# kernel + +/lib/mnesia/test/Mnesia.* +/lib/mnesia/test/test_log* + # otp_mibs /lib/otp_mibs/include/[A-Z]*.hrl @@ -203,9 +226,6 @@ a.out.dSYM/ # ssl /lib/ssl/pkix/*.asn1db -/lib/ssl/examples/certs/done -/lib/ssl/examples/certs/ebin/make_certs.beam -/lib/ssl/examples/certs/etc/ /lib/ssl/include/OTP-PKIX.hrl /lib/ssl/pkix/OTP-PKIX.erl /lib/ssl/pkix/OTP-PKIX.hrl @@ -231,15 +251,25 @@ a.out.dSYM/ /system/doc/pdf/*.pdf /system/doc/pdf/*.fo +/system/doc/html/*.html +/system/doc/html/*.eix +/system/doc/html/js /system/doc/html/*/*.html /system/doc/html/*/*.gif /system/doc/html/*/*.eix +/system/doc/top/PR.template +/system/doc/top/erlresolvelinks.js /system/doc/programming_examples/funs.xml /system/doc/tutorial/c_port.xml /system/doc/tutorial/c_portdriver.xml /system/doc/tutorial/cnode.xml /system/doc/tutorial/erl_interface.xml /system/doc/tutorial/example.xml +/system/doc/tutorial/nif.xml +/system/doc/html/installation_guide +/system/doc/installation_guide/INSTALL.xml +/system/doc/installation_guide/INSTALL-CROSS.xml +/system/doc/installation_guide/INSTALL-WIN32.xml # test_server |