mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
sb: Make cvs optional.
Ignore RSB generated files to keep the git dirty status clean. Closes #2647. Closes #2748.
This commit is contained in:
@@ -96,7 +96,7 @@ def load():
|
||||
'__chmod': ('exe', 'required', 'chmod'),
|
||||
'__chown': ('exe', 'required', 'chown'),
|
||||
'__cp': ('exe', 'required', 'cp'),
|
||||
'__cvs': ('exe', 'required', 'cvs'),
|
||||
'__cvs': ('exe', 'optional', 'cvs'),
|
||||
'__cxx': ('exe', 'required', 'g++'),
|
||||
'__flex': ('exe', 'required', 'flex'),
|
||||
'__git': ('exe', 'required', 'git'),
|
||||
|
Reference in New Issue
Block a user