File: .gitignore

package info (click to toggle)
js-of-ocaml-ocamlbuild 5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 208 kB
  • sloc: ml: 85; makefile: 15; sh: 9
file content (38 lines) | stat: -rw-r--r-- 288 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Boring file regexps:

# Editor
.vscode

# C object files
*.o
*.a
*.so
# Ocaml object files
*.cmi
*.cmo
*.cmx
*.cma
*.cmxa
*.cmxs
*.cmjs

# generated by dune
*.merlin
*.install

# backup files
*~
*#
.#*

# Specific to Js_of_ocaml
*.byte
*.tmpjs
*.map

ocamltests

gh-pages

_opam
_build