Commit Graph

10 Commits

Author SHA1 Message Date
ibrahim
8f80fc38c9 Julia: ignore *.jl.*.mem and CondaPkg's project-local environment
Replaces the previous contents of this branch, which added editor/OS and
shared-library rules that belong in Global/ per the contributing guidelines.

Two changes remain, both scoped to Julia.gitignore:

* `*.jl.*.mem` — `--track-allocation` writes `<file>.jl.<pid>.mem`, so the
  existing `*.jl.mem` rule never matches the files Julia actually produces.
  This mirrors the `--code-coverage` section, which already carries both
  `*.jl.cov` and `*.jl.*.cov`.

* `.CondaPkg/` — CondaPkg creates this directory inside the active project
  and populates it with a machine-specific Conda environment.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-25 08:20:34 +03:00
ibrahim
40c5d3211c remove __pycache__. Because this pattern is Python-specific; remove .julia_history. Because The .julia_history pattern is redundant since .history would already match it 2025-10-04 09:04:10 +03:00
ibrahim
d8635c69ba Add ignore rules for Revise package files and common editor/OS temporary files in Julia projects 2025-10-04 08:53:35 +03:00
Qi Zhang
eb46073327
Merge branch 'main' into patch-1 2025-06-09 19:41:04 -05:00
Frank Ebel
3cb11f3091
feat(Julia): ignore all Manifest files 2025-05-22 14:56:38 +02:00
Qi Zhang
724b724ea3
Update Julia.gitignore 2023-06-22 00:33:37 -04:00
Qi Zhang
d4a7a9a2fb
Update Julia.gitignore 2023-06-22 00:29:35 -04:00
Alex Arslan
76512d9b96 Add more standard ignored files for Julia (#2992)
* Add more standard ignored files for Julia

In particular, this adds documentation build artifacts generated by Documenter.jl as well as Manifest.toml, which can appear in docs/, in test/, or at the top level.

* Clarify the intent of each ignored item

Also add a few more build artifacts from BinaryProvider/BinDeps.
2019-03-14 13:41:28 -03:00
Jiahao Chen
45ee7f0caf Julia: ignore deps/deps.jl
`deps/deps.jl` is an autogenerated file created by `BinDeps.jl`, Julia's package for managing binary dependencies.
2016-05-16 12:14:15 -04:00
hlaaf
3727a855d0 Create Julia.gitignore 2016-04-22 11:50:55 +03:00