update .gitignore for Python and OCaml
This commit is contained in:
parent
721f6ddef1
commit
d305b8a3fc
1 changed files with 5 additions and 3 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -161,7 +161,7 @@ Examples/test-suite/javascript/*/
|
|||
# OCaml
|
||||
Examples/test-suite/ocaml/*.ml*
|
||||
Examples/test-suite/ocaml/*.cm*
|
||||
Examples/test-suite/ocaml/runme
|
||||
Examples/test-suite/ocaml/*_runme
|
||||
!Examples/test-suite/ocaml/*runme.ml
|
||||
Examples/ocaml/**/example.ml*
|
||||
Examples/ocaml/**/runme
|
||||
|
|
@ -193,13 +193,15 @@ Examples/php/*/example.php
|
|||
/__pycache__/
|
||||
Examples/test-suite/python/*.py
|
||||
!Examples/test-suite/python/*runme.py
|
||||
Examples/python/**/example.py
|
||||
Examples/python/**/bar.py
|
||||
Examples/python/**/base.py
|
||||
Examples/python/**/example.py
|
||||
Examples/python/**/foo.py
|
||||
Examples/python/**/spam.py
|
||||
Examples/python/**/robin.py
|
||||
Examples/python/**/runme3.py
|
||||
Examples/python/**/spam.py
|
||||
Examples/python/import_packages/module_is_init/pkg1/__init__.py
|
||||
Examples/python/import_packages/namespace_pkg/path4.zip
|
||||
Examples/python/doxygen/example.html
|
||||
|
||||
# R
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue