Add more language templates (Haskell, Elixir, Clojure, .NET, OCaml, Rust-Cargo)
Some checks failed
CI / test (push) Has been cancelled
Some checks failed
CI / test (push) Has been cancelled
This commit is contained in:
32
gitignore_generator/templates/languages/ocaml.gitignore
Normal file
32
gitignore_generator/templates/languages/ocaml.gitignore
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
# OCaml
|
||||||
|
*.annot
|
||||||
|
*.cmo
|
||||||
|
*.cma
|
||||||
|
*.cmi
|
||||||
|
*.a
|
||||||
|
*.o
|
||||||
|
*.objs
|
||||||
|
*.byte
|
||||||
|
*.top
|
||||||
|
*.cmt
|
||||||
|
*.cmti
|
||||||
|
|
||||||
|
# Dune
|
||||||
|
_build/
|
||||||
|
*.opam
|
||||||
|
|
||||||
|
# OS
|
||||||
|
.DS_Store
|
||||||
|
.DS_Store?
|
||||||
|
._*
|
||||||
|
.Spotlight-V100
|
||||||
|
.Trashes
|
||||||
|
ehthumbs.db
|
||||||
|
Thumbs.db
|
||||||
|
|
||||||
|
# IDE
|
||||||
|
.vscode/
|
||||||
|
.idea/
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
*~
|
||||||
Reference in New Issue
Block a user