https://github.com/HoTT/HoTT
Raw File
Tip revision: d66af2d5696fc49b38653d2397db3948d512726a authored by Ali Caglayan on 01 April 2024, 09:28:53 UTC
Merge pull request #1894 from Alizter/ps/rr/better_definition_of_monoidal_1_category
Tip revision: d66af2d
.gitignore
# Ignore Emacs backup files
*~
# Ignore Emacs temp files
*#*#

# Ignore the .DS_Store file generated on a Mac
.DS_Store

# Ignore files generated by the Coq compiler
.*.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

*.vo
*.vos
*.vok
*.glob
*.v.d
*.native
*.ml4.d
*.mli.d
*.mllib.d
*.timing

# Ignore makefiles generated by coq_makefile
/Makefile.coq
/Makefile.coq.conf

html/
file-dep-graphs/
alectryon-html/
alectryon-cache/

HoTT.deps
HoTT.dot

# Ignore files generated by LaTeX
*.aux
*.log
*.out

# Ignore stuff from autobuild
configure

html-done.timestamp
alectryon-html-done.timestamp

# generated dependency files:
TAGS

# ignore compiled python files
*.pyc

# ignore backup files generated by etc/Book.py
contrib/*.bak.*

# ignore backup files generated by etc/coqcstriprequires.py
*.bak

*.crashcoqide
.vscode/

# ignore dune _build directory
_build/

# ignore _CoqProject since we autogenerate it
_CoqProject

# ignore nix profiles
nix/profiles/
back to top