diff options
author | Sébastien Hinderer <Sebastien.Hinderer@inria.fr> | 2018-04-27 17:59:08 +0200 |
---|---|---|
committer | Sébastien Hinderer <Sebastien.Hinderer@inria.fr> | 2018-04-27 17:59:08 +0200 |
commit | 3dc7ac6c7054953f5163b2333ee119c8508e2fb1 (patch) | |
tree | 9a1c2b53ba8f94f1d08f902e39a0f70f801a1779 /.gitignore | |
parent | 61230bd5953da1ecbef11fc99543e237e0eee7bd (diff) | |
download | ocaml-3dc7ac6c7054953f5163b2333ee119c8508e2fb1.tar.gz |
.gitignore cleanup
This commit removes the entries related to testsuite/tests/ that
are no longer useful.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/.gitignore b/.gitignore index 15912ba07f..e6a8ba84a3 100644 --- a/.gitignore +++ b/.gitignore @@ -248,41 +248,6 @@ _ocamltestd /testsuite/_retries -/testsuite/tests/asmgen/*.s -/testsuite/tests/asmgen/*.out.manifest - -/testsuite/tests/embedded/caml - -/testsuite/tests/lib-scanf/tscanf_data - -/testsuite/tests/lib-threads/*.byt - -/testsuite/tests/self-contained-toplevel/cached_cmi.ml - -/testsuite/tests/tool-ocamldoc/*.html -/testsuite/tests/tool-ocamldoc/*.sty -/testsuite/tests/tool-ocamldoc/*.css - -/testsuite/tests/tool-ocamldoc-2/ocamldoc.sty - -/testsuite/tests/tool-ocamldoc-html/*.html -/testsuite/tests/tool-ocamldoc-html/style.css - -/testsuite/tests/tool-ocamldoc-man/*.3o - -/testsuite/tests/tool-ocamldoc-open/alias.odoc -/testsuite/tests/tool-ocamldoc-open/inner.odoc -/testsuite/tests/tool-ocamldoc-open/main.odoc -/testsuite/tests/tool-ocamldoc-open/ocamldoc.sty - -/testsuite/tests/tool-lexyacc/scanner.ml -/testsuite/tests/tool-lexyacc/grammar.mli -/testsuite/tests/tool-lexyacc/grammar.ml - -/testsuite/tests/typing-unboxed-types/false.flat-float -/testsuite/tests/typing-unboxed-types/true.flat-float -/testsuite/tests/typing-unboxed-types/test.ml.reference - /testsuite/tests/win-unicode/symlink_tests.precheck /testsuite/tools/codegen |