From bbbd3314da94ebb87a872e3af1288f780a278faa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?= Date: Sun, 3 Jul 2011 08:17:37 +0200 Subject: .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. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') 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 -- cgit v1.2.3