mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-05 22:38:44 +00:00
Update .gitignore files
Signed-off-by: Kakadu <Kakadu@pm.me>
This commit is contained in:
parent
eaa03785ed
commit
43af0d24f0
4 changed files with 7 additions and 2 deletions
|
|
@ -48,7 +48,7 @@ Windows users should get Windows Subsystem for Linux a.k.a WSL (recommended) or
|
||||||
|
|
||||||
* Check that `opam` is installed (using commands `which opam` or `opam --version`)
|
* Check that `opam` is installed (using commands `which opam` or `opam --version`)
|
||||||
|
|
||||||
* Install right switch for OCaml compiler
|
* Install right [switch](https://opam.ocaml.org/doc/Manual.html#Switches) for OCaml compiler
|
||||||
|
|
||||||
`opam switch create lama ocaml-variants.4.10.1+fp+flambda`
|
`opam switch create lama ocaml-variants.4.10.1+fp+flambda`
|
||||||
|
|
||||||
|
|
@ -72,7 +72,7 @@ Windows users should get Windows Subsystem for Linux a.k.a WSL (recommended) or
|
||||||
Standard library directory: /home/user/.opam/lama/lib/ocaml
|
Standard library directory: /home/user/.opam/lama/lib/ocaml
|
||||||
```
|
```
|
||||||
|
|
||||||
* Pin Lama package using `opam` and right URL (remember of "#" being a comment character in bash)
|
* Pin Lama package using `opam` and right URL (remember of "#" being a comment character in various shells)
|
||||||
|
|
||||||
`opam pin add Lama https://github.com/JetBrains-Research/Lama-devel.git\#1.10+ocaml4.10 -y`
|
`opam pin add Lama https://github.com/JetBrains-Research/Lama-devel.git\#1.10+ocaml4.10 -y`
|
||||||
|
|
||||||
|
|
|
||||||
1
regression/.gitignore
vendored
Symbolic link
1
regression/.gitignore
vendored
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
../stdlib/.gitignore
|
||||||
3
stdlib/.gitignore
vendored
3
stdlib/.gitignore
vendored
|
|
@ -1,3 +1,6 @@
|
||||||
|
*.html
|
||||||
|
*.sm
|
||||||
|
*.log
|
||||||
*.i
|
*.i
|
||||||
*.s
|
*.s
|
||||||
|
|
||||||
|
|
|
||||||
1
tutorial/.gitignore
vendored
Symbolic link
1
tutorial/.gitignore
vendored
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
../stdlib/.gitignore
|
||||||
Loading…
Add table
Add a link
Reference in a new issue