mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
ocaml build-tools
This commit is contained in:
parent
02889abd04
commit
5ee983b09b
3 changed files with 50 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
# The following was generated with gitignore.nvim: #
|
||||
#--------------------------------------------------#
|
||||
# Gitignore for the following technologies: C, Rust, Scala, Vim, Python,
|
||||
# Haskell, Java, C++, rust-analyzer, SBT, Metals, Gradle
|
||||
# Haskell, Java, C++, rust-analyzer, SBT, Metals, Gradle, OCaml
|
||||
|
||||
# Prerequisites
|
||||
*.d
|
||||
|
|
@ -379,6 +379,41 @@ gradle-app.setting
|
|||
# Java heap dump
|
||||
*.hprof
|
||||
|
||||
#--------------------------------------------------#
|
||||
# The following was generated with gitignore.nvim: #
|
||||
#--------------------------------------------------#
|
||||
# Gitignore for the following technologies: Gradle
|
||||
|
||||
*.annot
|
||||
*.cmo
|
||||
*.cma
|
||||
*.cmi
|
||||
*.a
|
||||
*.o
|
||||
*.cmx
|
||||
*.cmxs
|
||||
*.cmxa
|
||||
|
||||
# ocamlbuild working directory
|
||||
_build/
|
||||
|
||||
# ocamlbuild targets
|
||||
*.byte
|
||||
*.native
|
||||
|
||||
# oasis generated files
|
||||
setup.data
|
||||
setup.log
|
||||
|
||||
# Merlin configuring file for Vim and Emacs
|
||||
.merlin
|
||||
|
||||
# Dune generated files
|
||||
*.install
|
||||
|
||||
# Local OPAM switch
|
||||
_opam/
|
||||
|
||||
## My rules
|
||||
|
||||
# pdf files change often and creates conflits, add them manually
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue