Skip to content
Snippets Groups Projects
Commit 73d49096 authored by Georges Racinet's avatar Georges Racinet
Browse files

gitignore: mention in README with precedence rules

It was still listed in TODO.txt, despite having been
implemented in 2013 with 503d403fc040.
parent 3f3d43c6
No related branches found
No related tags found
1 merge request!84Fix ignore with Rust & share
Pipeline #17416 passed
......@@ -126,6 +126,15 @@
push command and then use git merge or git rebase in your Git
repository.
``.gitignore`` and ``.hgignore``
--------------------------------
If present, ``.gitignore`` will be taken into account provided that there is
no ``.hgignore``. In the latter case, the rules from ``.hgignore`` apply,
regardless of what ``.gitignore`` prescribes.
This has been so since version 0.5.0, released in 2013.
Commands
========
......
......@@ -29,5 +29,3 @@
MAYBE
==========
* submodules?
* .gitignore, etc - try to convert?
- (probably not automatically, but perhaps a generator?)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment