mirror of
https://github.com/github/gitignore.git
synced 2026-04-11 14:11:43 +08:00
57 lines
626 B
Plaintext
57 lines
626 B
Plaintext
# Optional variables
|
|
.docker
|
|
data
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
.*.aux
|
|
.*.d
|
|
*.a
|
|
*.cma
|
|
*.cmi
|
|
*.cmo
|
|
*.cmx
|
|
*.cmxa
|
|
*.cmxs
|
|
*.glob
|
|
*.ml.d
|
|
*.ml4.d
|
|
*.mlg.d
|
|
*.mli.d
|
|
*.mllib.d
|
|
*.mlpack.d
|
|
*.native
|
|
*.o
|
|
*.v.d
|
|
*.vio
|
|
*.vo
|
|
*.vok
|
|
*.vos
|
|
.coq-native
|
|
.csdp.cache
|
|
.lia.cache
|
|
.nia.cache
|
|
.nlia.cache
|
|
.nra.cache
|
|
csdp.cache
|
|
lia.cache
|
|
nia.cache
|
|
nlia.cache
|
|
nra.cache
|
|
native_compute_profile_*.data
|
|
|
|
# generated timing files
|
|
*.timing.diff
|
|
*.v.after-timing
|
|
*.v.before-timing
|
|
*.v.timing
|
|
time-of-build-after.log
|
|
time-of-build-before.log
|
|
time-of-build-both.log
|
|
time-of-build-pretty.log
|