Skip to content

Commit

Permalink
Remove RCS from list of dirnames to ignore #1748
Browse files Browse the repository at this point in the history
Signed-off-by: Jono Yang <jyang@nexb.com>
  • Loading branch information
JonoYang committed Oct 9, 2019
1 parent 3bbc9e0 commit b1fbc6b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/commoncode/ignore.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ def get_ignores(location, include_defaults=True):

'CVS': 'Default ignore: CVS artifact',
'.cvsignore': 'Default ignore: CVS config artifact',
'*/RCS': 'Default ignore: CVS artifact',
'*/SCCS': 'Default ignore: CVS artifact',

'*/_MTN': 'Default ignore: Monotone artifact',
Expand Down

0 comments on commit b1fbc6b

Please sign in to comment.