Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
evolve-native-test
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Raphaël Gomès
evolve-native-test
Merge requests
!411
Add missing hgignore patterns
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add missing hgignore patterns
topic/default/hgignore
into
branch/default
Overview
4
Commits
1
Pipelines
1
Changes
1
1 unresolved thread
Hide all comments
Merged
Raphaël Gomès
requested to merge
topic/default/hgignore
into
branch/default
3 years ago
Overview
4
Commits
1
Pipelines
1
Changes
1
1 unresolved thread
Hide all comments
Expand
0
0
Merge request reports
Compare
branch/default
branch/default (base)
and
latest version
latest version
ba316ce1
1 commit,
3 years ago
1 file
+
29
−
23
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.hgignore
+
29
−
23
Options
syntax: re
/figures/[^/]+\.png$
^html/
\.pyc$
~$
\.swp$
\.orig$
\.rej$
^tests/.*\.err$
^tests/easy_run.sh$
^build/
^dist/
^MANIFEST$
^docs/tutorials/.*\.rst$
\.ico$
tests/\.testtimes
syntax: glob
*.py[cdo]
*~
*.swp
*.orig
*.rej
*.egg-info
^docs/training/graphs/
^docs/training/html/
^docs/training/index.html
^docs/training/graphviz-images/
^docs/training/img/
^docs/training/output/
^docs/training/pandocfilters/
syntax: rootglob
.idea/
.mypy_cache/
.pytype/
.vscode/
html/
build/
dist/
MANIFEST
tests/easy_run.sh
tests/*.err
tests/.testtimes*
docs/training/graphs/
docs/training/html/
docs/training/index.html
docs/training/graphviz-images/
docs/training/img/
docs/training/output/
docs/training/pandocfilters/
docs/tutorials/**.rst
docs/figures/**.png
docs/static/**.ico
Loading