Skip to content

Commit

Permalink
Update .gitignore files
Browse files Browse the repository at this point in the history
  • Loading branch information
psyeugenic authored and bjorng committed Feb 3, 2010
1 parent 921925b commit 2f1da83
Show file tree
Hide file tree
Showing 2 changed files with 168 additions and 0 deletions.
83 changes: 83 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,23 @@ autom4te.cache
!/erts/preloaded/ebin/*.beam
!/lib/*/test/*_SUITE_data/*.beam

# Compiler derivatives
#
# Do not use too creative wildcards.
# Those might ignore files that should not be ignored.

i686-pc-linux-gnu
x86_64-unknown-linux-gnu
i386-apple-darwin[0-9]*.[0-9]*.[0-9]*
sparc-sun-solaris[0-9]*.[0-9]*
i386-pc-solaris[0-9]*.[0-9]*
i386-unknown-freebsd[0-9]*.[0-9]*
tile-tilera-linux-gnu
powerpc-unknown-linux-gnu

# Mac OS X
a.out.dSYM/

# Anchored from $ERL_TOP
/bin
/config.log
Expand All @@ -26,13 +43,18 @@ autom4te.cache
/bootstrap/lib/sasl
/bootstrap/lib/snmp
/bootstrap/lib/syntax_tools
/bootstrap/lib/test_server
/bootstrap/lib/wx

/Makefile
/configure

/release


# Created by "out_build update_primary"
/bootstrap/primary_compiler/

# General patterns for applications in lib.
#
# Assume that all test/Emakefiles are generated.
Expand All @@ -45,6 +67,16 @@ autom4te.cache

/lib/*/test/Emakefile

/lib/*/SKIP

/lib/*/doc/html/*.html
/lib/*/doc/html/*.gif
/lib/*/doc/html/*.eix
/lib/*/doc/man[0-9]/*.[0-9]
/lib/*/doc/pdf/*.fo
/lib/*/doc/pdf/*.pdf


/lib/configure
/lib/config.log
/lib/config.status
Expand All @@ -57,11 +89,16 @@ autom4te.cache
/lib/*/config.log
/lib/*/config.status

# asn1

/lib/asn1/doc/src/asn1_spec.xml

# common_test

/lib/common_test/priv/install.sh

# compiler

/lib/compiler/src/beam_opcodes.erl
/lib/compiler/src/beam_opcodes.hrl
/lib/compiler/src/core_parse.erl
Expand All @@ -70,19 +107,37 @@ autom4te.cache
/lib/compiler/test/*_no_opt_SUITE.erl
/lib/compiler/test/*_post_opt_SUITE.erl

# debugger

/lib/debugger/doc/html/images/*.gif

# edoc

/lib/edoc/priv/edoc_generate
/lib/edoc/src/edoc_parser.erl

# erts

/erts/info
/erts/doc/html/*.html
/erts/doc/html/*.gif
/erts/doc/html/*.eix
/erts/doc/pdf/*.fo
/erts/doc/pdf/*.pdf
/erts/doc/man[0-9]/*.[0-9]

# gs

/lib/gs/src/gstk_generic.hrl
/lib/gs/contribs/ebin/*.gif
/lib/gs/contribs/ebin/*.tool
/lib/gs/doc/html/images/*.gif
/lib/gs/tcl/win32/Makefile

# hipe

/lib/hipe/main/hipe.hrl
/lib/hipe/rtl/hipe_literals.hrl

# ic

Expand All @@ -95,11 +150,13 @@ autom4te.cache
/lib/ic/priv/com/
/lib/ic/priv/ic.jar
/lib/ic/src/icparse.erl
/lib/ic/doc/html/java

# jinterface

/lib/jinterface/priv/OtpErlang.jar
/lib/jinterface/priv/com/
/lib/jinterface/doc/html/java

# kernel

Expand Down Expand Up @@ -143,6 +200,10 @@ autom4te.cache
/lib/ssl/pkix/OTP-PKIX.hrl
/lib/ssl/pkix/ssl_pkix_oid.erl

# stdlib

/lib/stdlib/src/erl_parse.erl

# snmp

/lib/snmp/bin/snmp-v2tov1
Expand All @@ -153,17 +214,39 @@ autom4te.cache
/lib/snmp/include/[A-Z]*.hrl
/lib/snmp/priv/mibs/[A-Z]*.bin

# system

/system/doc/pdf/*.pdf
/system/doc/pdf/*.fo
/system/doc/html/*/*.html
/system/doc/html/*/*.gif
/system/doc/html/*/*.eix
/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

# test_server

/lib/test_server/src/configure

# tools

/lib/tools/src/xref_parser.erl

# wx

/lib/wx/c_src/Makefile
/lib/wx/config.mk
/lib/wx/api_gen/wx_xml/*
/lib/wx/api_gen/gl_xml/*
/lib/wx/api_gen/??_doxygen
/lib/wx/api_gen/??xml_generated
/lib/wx/wx-*.ez
/lib/wx/CONF_INFO
/lib/wx/doc/src/wx*.xml

# xmerl

Expand Down
85 changes: 85 additions & 0 deletions lib/.gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,47 @@
# common test

/common_test/doc/src/ct.xml
/common_test/doc/src/ct_cover.xml
/common_test/doc/src/ct_ftp.xml
/common_test/doc/src/ct_master.xml
/common_test/doc/src/ct_rpc.xml
/common_test/doc/src/ct_snmp.xml
/common_test/doc/src/ct_ssh.xml
/common_test/doc/src/ct_telnet.xml
/common_test/doc/src/unix_telnet.xml

# edoc

/edoc/doc/src/chapter.xml
/edoc/doc/src/edoc.xml
/edoc/doc/src/edoc_doclet.xml
/edoc/doc/src/edoc_extract.xml
/edoc/doc/src/edoc_layout.xml
/edoc/doc/src/edoc_lib.xml
/edoc/doc/src/edoc_run.xml

# eunit

/eunit/doc/src/chapter.xml
/eunit/doc/src/eunit.xml
/eunit/doc/src/eunit_surefire.xml

# erl_interface

/erl_interface/bin
/erl_interface/obj.mt
/erl_interface/obj.st
/erl_interface/obj

# gs

/gs/doc/src/gs_chapter2.xml
/gs/doc/src/gs_chapter4.xml
/gs/doc/src/gs_chapter5.xml
/gs/doc/src/gs_chapter6.xml
/gs/doc/src/gs_chapter7.xml
/gs/doc/src/gs_chapter8.xml

# megaco

/megaco/src/binary/megaco_ber_bin_drv_media_gateway_control_prev3a.erl
Expand Down Expand Up @@ -92,6 +129,16 @@
/megaco/src/text/megaco_text_parser_v2.erl
/megaco/src/text/megaco_text_parser_v3.erl

# mnesia

/mnesia/doc/src/Mnesia_App_B.xml
/mnesia/doc/src/Mnesia_App_C.xml
/mnesia/doc/src/Mnesia_App_D.xml
/mnesia/doc/src/Mnesia_chap2.xml
/mnesia/doc/src/Mnesia_chap4.xml
/mnesia/doc/src/Mnesia_chap5.xml
/mnesia/doc/src/Mnesia_chap7.xml

# orber & cos* applications

/cosEvent/include/CosEventChannelAdmin.hrl
Expand Down Expand Up @@ -469,3 +516,41 @@
/orber/src/oe_OrberIFR.hrl
/orber/src/oe_erlang.erl
/orber/src/oe_erlang.hrl

# percept

/percept/doc/src/egd.xml
/percept/doc/src/egd_ug.xml
/percept/doc/src/percept.xml
/percept/doc/src/percept_profile.xml
/percept/doc/src/percept_ug.xml

# syntax_tools

/syntax_tools/doc/src/chapter.xml
/syntax_tools/doc/src/epp_dodger.xml
/syntax_tools/doc/src/erl_comment_scan.xml
/syntax_tools/doc/src/erl_prettypr.xml
/syntax_tools/doc/src/erl_recomment.xml
/syntax_tools/doc/src/erl_syntax.xml
/syntax_tools/doc/src/erl_syntax_lib.xml
/syntax_tools/doc/src/erl_tidy.xml
/syntax_tools/doc/src/igor.xml
/syntax_tools/doc/src/prettypr.xml

# wx

/wx/doc/src/chapter.xml
/wx/doc/src/gl.xml
/wx/doc/src/glu.xml
/wx/doc/src/ref_man.xml

# xmerl

/xmerl/doc/src/xmerl.xml
/xmerl/doc/src/xmerl_eventp.xml
/xmerl/doc/src/xmerl_scan.xml
/xmerl/doc/src/xmerl_ug.xml
/xmerl/doc/src/xmerl_xpath.xml
/xmerl/doc/src/xmerl_xs.xml
/xmerl/doc/src/xmerl_xsd.xml

0 comments on commit 2f1da83

Please sign in to comment.