diff options
author | David Terei <davidterei@gmail.com> | 2012-03-12 15:19:05 -0700 |
---|---|---|
committer | David Terei <davidterei@gmail.com> | 2012-03-12 15:19:05 -0700 |
commit | ff0c535ab89919f760e6dba39c6d6e175aa36aea (patch) | |
tree | dbbcd1728c2f4d7dbd192e8e67a1fd8a1be89688 /testsuite/.gitignore | |
parent | ea9ba3ff7551665ebc7317150325914ea86f4dca (diff) | |
download | haskell-ff0c535ab89919f760e6dba39c6d6e175aa36aea.tar.gz |
Update .gitignore
Diffstat (limited to 'testsuite/.gitignore')
-rw-r--r-- | testsuite/.gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testsuite/.gitignore b/testsuite/.gitignore index ad3185bd23..8deb4de17e 100644 --- a/testsuite/.gitignore +++ b/testsuite/.gitignore @@ -1128,3 +1128,14 @@ tests/perf/should_run/T5536 tests/perf/should_run/T5536.data tests/perf/should_run/T5536.stats +tests/concurrent/should_run/5866 +tests/ffi/should_run/Capi_Ctype_001 +tests/ffi/should_run/Capi_Ctype_001.hs +tests/ffi/should_run/Capi_Ctype_002 +tests/ffi/should_run/Capi_Ctype_A_001.hs +tests/ffi/should_run/Capi_Ctype_A_002.hs +tests/ffi/should_run/capi_value +tests/ffi/should_run/ffi_parsing_001 +tests/numeric/should_run/add2 +tests/numeric/should_run/mul2 + |