darcs

Issue 2522 Negate pattern in boring files to re-include a previously excluded file

Title Negate pattern in boring files to re-include a previously excluded file
Priority wishlist Status unknown
Milestone Resolved in
Superseder Nosy List mihaigiurgeanu
Assigned To
Topics

Created on 2017-01-31.07:56:41 by mihaigiurgeanu, last changed 2017-01-31.07:56:41 by mihaigiurgeanu.

Messages
msg19344 (view) Author: mihaigiurgeanu Date: 2017-01-31.07:56:39
It would be useful to have the possibility to negate a pattern in the 
boring file, so a file that is matched by a regexp in the boring file to 
be re-included by the negated pattern.

This is the equivalent of lines starting with `!' in gitignore files.

The idea is that a file should be ignored if it matches a regexp in the 
boring file and it does not match a negated regexp (a regexp starting 
with `!') in the same file.
History
Date User Action Args
2017-01-31 07:56:41mihaigiurgeanucreate