Skip to content

Commit

Permalink
add more ignores when loading modelica project
Browse files Browse the repository at this point in the history
  • Loading branch information
nllong committed Mar 26, 2024
1 parent b82da26 commit 0707be9
Show file tree
Hide file tree
Showing 3 changed files with 121 additions and 141 deletions.
2 changes: 1 addition & 1 deletion modelica_builder/modelica_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def __init__(self, package_file):

# skip some specific files that software may create that are not needed to be
# sent around with the modelica project.
self.file_names_to_skip = ['.DS_Store', '.mpignore']
self.file_names_to_skip = ['.DS_Store', '.mpignore', 'analysis_name.txt', 'analysis_variables.csv',]

# Keep track of the files that have been ignored.
self.mpignore_files = []
Expand Down
Loading

0 comments on commit 0707be9

Please sign in to comment.