mirror of
https://github.com/github/gitignore.git
synced 2025-01-22 08:19:13 -05:00
Compare commits
6 Commits
743517021a
...
72616fde1d
Author | SHA1 | Date | |
---|---|---|---|
|
72616fde1d | ||
|
d49bd6f0f7 | ||
|
e8554d85bf | ||
|
4f0b7a0694 | ||
|
7b2ef3fdff | ||
|
2fa9e45ac4 |
@ -8,7 +8,14 @@
|
|||||||
*.cmxs
|
*.cmxs
|
||||||
*.cmxa
|
*.cmxa
|
||||||
|
|
||||||
# ocamlbuild working directory
|
# Files containing detailed information about the compilation (generated
|
||||||
|
# by `ocamlc`/`ocamlopt` when invoked using the option `-bin-annot`).
|
||||||
|
# These files are typically useful for code inspection tools
|
||||||
|
# (e.g. Merlin).
|
||||||
|
*.cmt
|
||||||
|
*.cmti
|
||||||
|
|
||||||
|
# ocamlbuild and Dune default working directory
|
||||||
_build/
|
_build/
|
||||||
|
|
||||||
# ocamlbuild targets
|
# ocamlbuild targets
|
||||||
|
@ -167,5 +167,8 @@ cython_debug/
|
|||||||
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
||||||
#.idea/
|
#.idea/
|
||||||
|
|
||||||
|
# Ruff stuff:
|
||||||
|
.ruff_cache/
|
||||||
|
|
||||||
# PyPI configuration file
|
# PyPI configuration file
|
||||||
.pypirc
|
.pypirc
|
||||||
|
Loading…
Reference in New Issue
Block a user