Skip to content

Commit

Permalink
Changes to source package and directory cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz committed Dec 30, 2022
1 parent b37c771 commit bb303a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion l2tdevtools/source_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,8 @@ def Clean(self):
os.chdir(current_working_directory)

filenames_to_ignore = re.compile(
'^{0:s}-.*{1!s}'.format(self.project_name, project_version))
'^{0:s}-(|experimental-|alpha-|beta-){1!s}'.format(
self.project_name, project_version))

# Remove previous versions of source directories in the format:
# <project>-[0-9]*
Expand Down

0 comments on commit bb303a3

Please sign in to comment.