Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ _build
.idea
.DS_Store

_opam
node_modules
oxml
test.json
Expand Down Expand Up @@ -97,4 +98,4 @@ jscomp/build_tests/*/lib/
*.jsoo.js
*.so
bin/ninja.exe
tmp/
tmp/
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Prerequisites:
# Use the correct opam switch for working on BuckleScript
opam update
opam switch 4.02.3+buckle-master
# or, if you're on opam 2.0, want a local switch just for BuckleScript development,
# opam switch create ./ 4.02.3+buckle-master
opam switch reinstall 4.02.3+buckle-master # do this if you get errors even from a clean compilation
opam install camlp4 cppo
eval `opam config env`
Expand Down
Loading