diff options
author | Lukas Larsson <[email protected]> | 2012-06-01 10:53:11 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2012-06-01 10:53:11 +0200 |
commit | b82c337dfce2d5bc1e435ebaa6060cb982bc5ad6 (patch) | |
tree | 8407030ca1c7b7649a21030c36275193d066e36c /.gitignore | |
parent | 3e348c69b6921dd0e2c5b699ccd36d46321c953c (diff) | |
parent | 50da1658240587622a057afe2db13d7ebcea3813 (diff) | |
download | otp-b82c337dfce2d5bc1e435ebaa6060cb982bc5ad6.tar.gz otp-b82c337dfce2d5bc1e435ebaa6060cb982bc5ad6.tar.bz2 otp-b82c337dfce2d5bc1e435ebaa6060cb982bc5ad6.zip |
Merge branch 'lukas/test-cases' into maint
* lukas/test-cases:
Ignore calls to wx* modules if it is undefined
Fix erl_interface testcases
Update gccifier to respect -link option
Extand timetrap for escript tests
Fix compilation issues on windows and Ubuntu 12.04
Ignore common_test bootstrap
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e639bacd85..0986bb6e4c 100644 --- a/.gitignore +++ b/.gitignore @@ -110,6 +110,7 @@ JAVADOC-GENERATED !/bootstrap/bin/*.boot /bootstrap/lib/asn1 +/bootstrap/lib/common_test /bootstrap/lib/hipe /bootstrap/lib/ic /bootstrap/lib/orber |