diff options
author | Björn Gustavsson <bjorn@erlang.org> | 2011-07-03 08:17:37 +0200 |
---|---|---|
committer | Björn Gustavsson <bjorn@erlang.org> | 2011-08-08 11:59:14 +0200 |
commit | bbbd3314da94ebb87a872e3af1288f780a278faa (patch) | |
tree | 577b84de071881b219caec03946eef7b674db2b9 /.gitignore | |
parent | 594045810f9e39b0708d8afa02a1781ca374890f (diff) | |
download | erlang-bbbd3314da94ebb87a872e3af1288f780a278faa.tar.gz |
.gitignore: Ignore IDL-GENERATED
One input file that generate multiple output file are tricky to
handle in make. One way is to use a stand-in to represent all the
other generated files.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 592ac6668b..4f56040f94 100644 --- a/.gitignore +++ b/.gitignore @@ -91,6 +91,9 @@ lib/wx/priv/win32/ lib/wx/win32/ make/win32/ +# Used by ic & orber & cos* applications. +IDL-GENERATED + # Anchored from $ERL_TOP /bin /config.log |